ct/app/pages/index.vue
2025-09-29 18:02:28 +08:00

20 lines
296 B
Vue

<script lang="ts" setup>
import BottomNavigation from "~/components/BottomNavigation.vue";
</script>
<template>
<view>
<IndexItem1/>
<IndexItem2/>
<IndexItem3/>
<IndexItem4/>
<IndexItem5/>
<news/>
<BottomNavigation/>
</view>
</template>
<style scoped>
</style>