mirror of https://github.com/vuejs/core.git
fix(runtime-core): fix ShapeFlags tree shaking
This commit is contained in:
parent
5b43764eac
commit
0f67aa7da5
|
@ -34,7 +34,7 @@ import {
|
|||
currentRenderingInstance,
|
||||
markAttrsAccessed
|
||||
} from './componentRenderUtils'
|
||||
import { ShapeFlags } from '.'
|
||||
import { ShapeFlags } from './shapeFlags'
|
||||
|
||||
export type Data = { [key: string]: unknown }
|
||||
|
||||
|
|
Loading…
Reference in New Issue