mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix(Tab): adjust import path (#12103)
This commit is contained in:
parent
69035944d6
commit
d1da7f3718
@ -5,8 +5,6 @@ import {
|
|||||||
computed,
|
computed,
|
||||||
nextTick,
|
nextTick,
|
||||||
watchEffect,
|
watchEffect,
|
||||||
normalizeClass,
|
|
||||||
normalizeStyle,
|
|
||||||
defineComponent,
|
defineComponent,
|
||||||
getCurrentInstance,
|
getCurrentInstance,
|
||||||
type PropType,
|
type PropType,
|
||||||
@ -14,7 +12,7 @@ import {
|
|||||||
type ExtractPropTypes,
|
type ExtractPropTypes,
|
||||||
} from 'vue';
|
} from 'vue';
|
||||||
// eslint-disable-next-line vue/prefer-import-from-vue
|
// eslint-disable-next-line vue/prefer-import-from-vue
|
||||||
import { stringifyStyle } from '@vue/shared';
|
import { normalizeClass, normalizeStyle, stringifyStyle } from '@vue/shared';
|
||||||
|
|
||||||
// Utils
|
// Utils
|
||||||
import {
|
import {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user