Przeglądaj źródła

chore: fix test

Evan You 6 lat temu
rodzic
commit
cbc8dddd15
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      packages/runtime-core/src/warning.ts

+ 1 - 1
packages/runtime-core/src/warning.ts

@@ -1,6 +1,6 @@
 import { VNode } from './vnode'
 import { Data, ComponentInstance } from './component'
-import { isString, EMPTY_OBJ } from '@vue/shared'
+import { isString } from '@vue/shared'
 import { toRaw } from '@vue/reactivity'
 
 let stack: VNode[] = []