fix(runtime-core): fix ShapeFlags tree shaking

This commit is contained in:
Evan You 2020-02-07 17:18:12 -05:00
parent 5b43764eac
commit 0f67aa7da5

View File

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