Skip to content

Commit 6574a5b

Browse files
authored
chore: merge imports (vuejs#1182)
1 parent ab86b19 commit 6574a5b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/reactivity/src/reactive.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { isObject, toRawType, def, hasOwn } from '@vue/shared'
1+
import { isObject, toRawType, def, hasOwn, makeMap } from '@vue/shared'
22
import {
33
mutableHandlers,
44
readonlyHandlers,
@@ -10,7 +10,6 @@ import {
1010
readonlyCollectionHandlers
1111
} from './collectionHandlers'
1212
import { UnwrapRef, Ref } from './ref'
13-
import { makeMap } from '@vue/shared'
1413

1514
export const enum ReactiveFlags {
1615
skip = '__v_skip',

0 commit comments

Comments
 (0)