refactor: 更新标签栏组件并引入v3版本

This commit is contained in:
wangqiao
2025-09-04 22:17:09 +08:00
parent 1a27904f23
commit 5073c33e61
3 changed files with 49 additions and 2 deletions

View File

@ -17,7 +17,7 @@
</template>
<script lang="ts" setup>
import KlTabBar from '~/components/kl-tab-bar/index.vue'
import KlTabBar from '~/components/kl-tab-bar/v3/index.vue'
import CardPicture from '~/components/kl-card-picture/index.vue'
import { ref } from 'vue'
import type { pageRes, pageReq } from '~/api/upnew/types'