Refactor API requests and update component imports
This commit is contained in:
@ -18,10 +18,10 @@
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
import KlTabBar from '@/components/kl-tab-bar/index.vue'
|
||||
import CardPicture from '@/components/kl-card-picture/index.vue'
|
||||
import KlTabBar from '~/components/kl-tab-bar/index.vue'
|
||||
import CardPicture from '~/components/kl-card-picture/index.vue'
|
||||
import { ref } from 'vue'
|
||||
import { pageRes } from '@/api/upnew/types'
|
||||
import type { pageRes } from '~/api/upnew/types'
|
||||
|
||||
const level = ref([
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user