fix(Tab): adjust import path (#12103)

This commit is contained in:
inottn 2023-07-18 22:53:48 +08:00 committed by GitHub
parent 69035944d6
commit d1da7f3718
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,8 +5,6 @@ import {
computed,
nextTick,
watchEffect,
normalizeClass,
normalizeStyle,
defineComponent,
getCurrentInstance,
type PropType,
@ -14,7 +12,7 @@ import {
type ExtractPropTypes,
} from 'vue';
// eslint-disable-next-line vue/prefer-import-from-vue
import { stringifyStyle } from '@vue/shared';
import { normalizeClass, normalizeStyle, stringifyStyle } from '@vue/shared';
// Utils
import {