Skip to content

Commit 1d47959

Browse files
committed
doc: update tabs demo
1 parent b88d97a commit 1d47959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/tabs/demo/slide.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ import type { TabsProps } from 'ant-design-vue';
3939
export default defineComponent({
4040
setup() {
4141
const mode = ref<TabsProps['tabPosition']>('top');
42-
const activeKey = ref('1');
42+
const activeKey = ref(1);
4343
const callback = (val: string) => {
4444
console.log(val);
4545
};

0 commit comments

Comments
 (0)