chore: use explicit type import to avoid Rollup warning
This commit is contained in:
parent
e58277f6ea
commit
30c33af839
@ -11,7 +11,7 @@ import {
|
||||
shallowCollectionHandlers,
|
||||
shallowReadonlyCollectionHandlers
|
||||
} from './collectionHandlers'
|
||||
import { UnwrapRefSimple, Ref, RawSymbol } from './ref'
|
||||
import type { UnwrapRefSimple, Ref, RawSymbol } from './ref'
|
||||
|
||||
export const enum ReactiveFlags {
|
||||
SKIP = '__v_skip',
|
||||
|
Loading…
Reference in New Issue
Block a user