chore: merge imports (#1182)

This commit is contained in:
zhangenming
2020-05-18 22:12:14 +08:00
committed by GitHub
parent ab86b190ce
commit 6574a5bf29

View File

@@ -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',