We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b88d97a commit 1d47959Copy full SHA for 1d47959
components/tabs/demo/slide.vue
@@ -39,7 +39,7 @@ import type { TabsProps } from 'ant-design-vue';
39
export default defineComponent({
40
setup() {
41
const mode = ref<TabsProps['tabPosition']>('top');
42
- const activeKey = ref('1');
+ const activeKey = ref(1);
43
const callback = (val: string) => {
44
console.log(val);
45
};
0 commit comments