* docs: tabs数量多,滚动操作doc更新 * docs: tabs数量多,滚动操作 doc 更新 --------- Co-authored-by: xxweb123 <44688300+xxweb123@users.noreply.github.com>
@@ -185,7 +185,7 @@ import { reactive } from 'vue';
export default {
setup() {
const state = reactive({
- tab1value: '0',
+ tab4value: '0',
list4: Array.from(new Array(10).keys()),
});
return { state };