Skip to content

Commit 0f67aa7

Browse files
committed
fix(runtime-core): fix ShapeFlags tree shaking
1 parent 5b43764 commit 0f67aa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime-core/src/component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import {
3434
currentRenderingInstance,
3535
markAttrsAccessed
3636
} from './componentRenderUtils'
37-
import { ShapeFlags } from '.'
37+
import { ShapeFlags } from './shapeFlags'
3838

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

0 commit comments

Comments
 (0)