Преглед изворни кода

fix(runtime-core): fix ShapeFlags tree shaking

Evan You пре 6 година
родитељ
комит
0f67aa7da5
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      packages/runtime-core/src/component.ts

+ 1 - 1
packages/runtime-core/src/component.ts

@@ -34,7 +34,7 @@ import {
   currentRenderingInstance,
   markAttrsAccessed
 } from './componentRenderUtils'
-import { ShapeFlags } from '.'
+import { ShapeFlags } from './shapeFlags'
 
 export type Data = { [key: string]: unknown }