Skip to content

Commit

Permalink
fix(runtime-core): fix ShapeFlags tree shaking
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Feb 7, 2020
1 parent 5b43764 commit 0f67aa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/runtime-core/src/component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import {
currentRenderingInstance,
markAttrsAccessed
} from './componentRenderUtils'
import { ShapeFlags } from '.'
import { ShapeFlags } from './shapeFlags'

export type Data = { [key: string]: unknown }

Expand Down

0 comments on commit 0f67aa7

Please sign in to comment.