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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ import { ref } from 'vue';
export default {
setup() {
const activeName = ref('a');
const activeName = ref('b');
return { activeName };
},
};

View File

@ -60,7 +60,7 @@ import { ref } from 'vue';
export default {
setup() {
const activeName = ref('a');
const activeName = ref('b');
return { activeName };
},
};