chore: fix imports

This commit is contained in:
07akioni 2021-07-07 00:44:37 +08:00
parent 84f74a8f80
commit e2c27c69c1
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
import { nextTick } from '@vue/runtime-core'
import { nextTick } from 'vue'
import { mount, VueWrapper } from '@vue/test-utils'
import { NCheckbox } from '../index'

View File

@ -1,5 +1,5 @@
import { mount } from '@vue/test-utils'
import { nextTick } from '@vue/runtime-core'
import { nextTick } from 'vue'
import { NEmpty } from '../index'
import commonThemeVars from '../styles/_common'

View File

@ -1,4 +1,4 @@
import { h } from '@vue/runtime-core'
import { h } from 'vue'
import { mount } from '@vue/test-utils'
import { NSpin } from '../index'
import { Reload } from '@vicons/ionicons5'