Skip to content

Commit ac93c47

Browse files
committed
docs: fix tab demo error
1 parent db46965 commit ac93c47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/tabs/demo/position.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Tab's position: left, right, top or bottom. Will auto switch to `top` in mobile
3131
</template>
3232
<script lang="ts" setup>
3333
import { ref } from 'vue';
34-
import { TabsProps } from 'ant-design-vue/lib/tabs';
34+
import { TabsProps } from 'ant-design-vue/es/tabs';
3535
const tabPosition = ref<TabsProps['tabPosition']>('top');
3636
const activeKey = ref('1');
3737
</script>

0 commit comments

Comments
 (0)