mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-30 12:52:43 +08:00
chore: fix imports
This commit is contained in:
parent
84f74a8f80
commit
e2c27c69c1
@ -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'
|
||||
|
||||
|
@ -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'
|
||||
|
||||
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user