chore: use explicit type import to avoid Rollup warning

This commit is contained in:
Evan You 2022-05-10 10:02:41 +08:00
parent e58277f6ea
commit 30c33af839

View File

@ -11,7 +11,7 @@ import {
shallowCollectionHandlers, shallowCollectionHandlers,
shallowReadonlyCollectionHandlers shallowReadonlyCollectionHandlers
} from './collectionHandlers' } from './collectionHandlers'
import { UnwrapRefSimple, Ref, RawSymbol } from './ref' import type { UnwrapRefSimple, Ref, RawSymbol } from './ref'
export const enum ReactiveFlags { export const enum ReactiveFlags {
SKIP = '__v_skip', SKIP = '__v_skip',