chore: merge imports (#1182)
This commit is contained in:
parent
ab86b190ce
commit
6574a5bf29
@ -1,4 +1,4 @@
|
|||||||
import { isObject, toRawType, def, hasOwn } from '@vue/shared'
|
import { isObject, toRawType, def, hasOwn, makeMap } from '@vue/shared'
|
||||||
import {
|
import {
|
||||||
mutableHandlers,
|
mutableHandlers,
|
||||||
readonlyHandlers,
|
readonlyHandlers,
|
||||||
@ -10,7 +10,6 @@ import {
|
|||||||
readonlyCollectionHandlers
|
readonlyCollectionHandlers
|
||||||
} from './collectionHandlers'
|
} from './collectionHandlers'
|
||||||
import { UnwrapRef, Ref } from './ref'
|
import { UnwrapRef, Ref } from './ref'
|
||||||
import { makeMap } from '@vue/shared'
|
|
||||||
|
|
||||||
export const enum ReactiveFlags {
|
export const enum ReactiveFlags {
|
||||||
skip = '__v_skip',
|
skip = '__v_skip',
|
||||||
|
Loading…
Reference in New Issue
Block a user