ct/app/pages/index.vue

21 lines
245 B
Vue
Raw Normal View History

2025-09-29 14:45:33 +08:00
<script lang="ts" setup>
</script>
<template>
2025-09-29 18:02:28 +08:00
<view>
2025-09-30 16:56:40 +08:00
2025-10-08 14:37:58 +08:00
<!-- <YuxiCarousel/>-->
<IndexCarousel/>
<!-- s-->
2025-09-29 18:02:28 +08:00
<IndexItem2/>
<IndexItem3/>
<IndexItem4/>
<IndexItem5/>
</view>
2025-09-29 14:45:33 +08:00
</template>
<style scoped>
</style>