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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
import { isObject, toRawType, def, hasOwn } from '@vue/shared'
import { isObject, toRawType, def, hasOwn, makeMap } from '@vue/shared'
import {
mutableHandlers,
readonlyHandlers,
@ -10,7 +10,6 @@ import {
readonlyCollectionHandlers
} from './collectionHandlers'
import { UnwrapRef, Ref } from './ref'
import { makeMap } from '@vue/shared'
export const enum ReactiveFlags {
skip = '__v_skip',