mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +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 {
|
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 };
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user