ct/app/pages/index.vue

23 lines
379 B
Vue
Raw Normal View History

2025-09-29 14:45:33 +08:00
<script lang="ts" setup>
</script>
<template>
2025-10-08 16:10:12 +08:00
<div>
<!-- 使用正确的导航组件 -->
2025-10-08 18:04:49 +08:00
2025-09-30 16:56:40 +08:00
2025-10-08 14:37:58 +08:00
<!-- <YuxiCarousel/>-->
2025-10-08 16:10:12 +08:00
<!-- <IndexCarousel/>-->
<Index/>
2025-10-08 14:37:58 +08:00
2025-10-08 16:10:12 +08:00
<!-- &lt;!&ndash; s&ndash;&gt;-->
<!-- <IndexItem2/>-->
<!-- <IndexItem3/>-->
<!-- <IndexItem4/>-->
<!-- <IndexItem5/>-->
</div>
2025-09-29 14:45:33 +08:00
</template>
<style scoped>
</style>