mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
fix(Tab): keep docs and example the same (#12395)
This commit is contained in:
parent
8a7f8d7aa5
commit
243090863e
@ -57,7 +57,7 @@ import { ref } from 'vue';
|
||||
|
||||
export default {
|
||||
setup() {
|
||||
const activeName = ref('a');
|
||||
const activeName = ref('b');
|
||||
return { activeName };
|
||||
},
|
||||
};
|
||||
|
@ -60,7 +60,7 @@ import { ref } from 'vue';
|
||||
|
||||
export default {
|
||||
setup() {
|
||||
const activeName = ref('a');
|
||||
const activeName = ref('b');
|
||||
return { activeName };
|
||||
},
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user