From d1da7f37183d27712c7a4eb9d81ad8bdcc2373ae Mon Sep 17 00:00:00 2001 From: inottn Date: Tue, 18 Jul 2023 22:53:48 +0800 Subject: [PATCH] fix(Tab): adjust import path (#12103) --- packages/vant/src/tab/Tab.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/vant/src/tab/Tab.tsx b/packages/vant/src/tab/Tab.tsx index 696417737..129c72df6 100644 --- a/packages/vant/src/tab/Tab.tsx +++ b/packages/vant/src/tab/Tab.tsx @@ -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 {