23 lines
379 B
Vue
23 lines
379 B
Vue
<script lang="ts" setup>
|
|
</script>
|
|
|
|
<template>
|
|
<div>
|
|
<!-- 使用正确的导航组件 -->
|
|
|
|
|
|
<!-- <YuxiCarousel/>-->
|
|
<!-- <IndexCarousel/>-->
|
|
<Index/>
|
|
|
|
<!-- <!– s–>-->
|
|
<!-- <IndexItem2/>-->
|
|
<!-- <IndexItem3/>-->
|
|
<!-- <IndexItem4/>-->
|
|
<!-- <IndexItem5/>-->
|
|
</div>
|
|
</template>
|
|
|
|
<style scoped>
|
|
|
|
</style> |