@@ -116,8 +116,8 @@ const tabs = [
export default defineUI({
setup() {
const state = reactive({
- tabIndex: 7,
- list: [7],
+ tabIndex: 0,
+ list: [0],
});
return () => {
@@ -191,8 +191,8 @@ const PanelContent = defineComponent({
},
setup(props) {
- currCompIndex: 1,
- list: [1],
+ currCompIndex: 0,
const SubTabs = () => {