@@ -107,7 +107,7 @@ export default defineUI({
setup() {
// @ts-ignore
const state = reactive({
- tabIndex: 8,
+ tabIndex: 0,
compIndexs: [0, 0, 0, 0, 0, 0, 0, 0, 0],
currentTab: computed(() => {
return tabs[state.tabIndex];