Преглед изворни кода

chore: remove unused import

Evan You пре 6 година
родитељ
комит
c5beb9fb4c
1 измењених фајлова са 1 додато и 2 уклоњено
  1. 1 2
      packages/runtime-core/__tests__/apiOptions.spec.ts

+ 1 - 2
packages/runtime-core/__tests__/apiOptions.spec.ts

@@ -8,8 +8,7 @@ import {
   nextTick,
   renderToString,
   ref,
-  defineComponent,
-  createApp
+  defineComponent
 } from '@vue/runtime-test'
 import { mockWarn } from '@vue/shared'