Kaynağa Gözat

chore: fix test

Evan You 6 yıl önce
ebeveyn
işleme
cbc8dddd15
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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[] = []