fix(Tab): keep docs and example the same (#12395)

This commit is contained in:
Gavin
2023-10-25 20:22:33 +08:00
committed by GitHub
parent 8a7f8d7aa5
commit 243090863e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ import { ref } from 'vue';
export default {
setup() {
const activeName = ref('a');
const activeName = ref('b');
return { activeName };
},
};
+1 -1
View File
@@ -60,7 +60,7 @@ import { ref } from 'vue';
export default {
setup() {
const activeName = ref('a');
const activeName = ref('b');
return { activeName };
},
};