We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db46965 commit ac93c47Copy full SHA for ac93c47
components/tabs/demo/position.vue
@@ -31,7 +31,7 @@ Tab's position: left, right, top or bottom. Will auto switch to `top` in mobile
31
</template>
32
<script lang="ts" setup>
33
import { ref } from 'vue';
34
-import { TabsProps } from 'ant-design-vue/lib/tabs';
+import { TabsProps } from 'ant-design-vue/es/tabs';
35
const tabPosition = ref<TabsProps['tabPosition']>('top');
36
const activeKey = ref('1');
37
</script>
0 commit comments