mirror of
https://github.com/youzan/vant.git
synced 2025-10-14 15:10:36 +00:00
fix(Tab): keep docs and example the same (#12395)
This commit is contained in:
@@ -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 };
|
||||
},
|
||||
};
|
||||
|
Reference in New Issue
Block a user