This commit is contained in:
2025-12-24 15:59:42 +08:00
parent 5461dc276c
commit 3f0f349adf
7 changed files with 22 additions and 454 deletions

View File

@@ -18,13 +18,8 @@
v-for="(_, index) in 2"
:key="index"
>
<IndexRefactor
v-if="index === 0"
@onShowTabbar="changeShowTabbar"
:ref="(el) => handelComponentsRef(el, index)"
/>
<IndexTwo
v-if="index === 1"
<component
:is="components[index]"
@onShowTabbar="changeShowTabbar"
:ref="(el) => handelComponentsRef(el, index)"
/>