]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: merge imports (#1182)
authorzhangenming <282126346@qq.com>
Mon, 18 May 2020 14:12:14 +0000 (22:12 +0800)
committerGitHub <noreply@github.com>
Mon, 18 May 2020 14:12:14 +0000 (10:12 -0400)
packages/reactivity/src/reactive.ts

index dc3aa61f25440962f1f61efc3b7626a66c6debbb..ac96748f524be5c7c03e45d645e6630769e4837e 100644 (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',