1
0
mirror of https://gitee.com/vant-contrib/vant.git synced 2025-04-24 10:20:19 +08:00

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

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
packages/vant/src/tab

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

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