21 lines
245 B
Vue
21 lines
245 B
Vue
<script lang="ts" setup>
|
|
</script>
|
|
|
|
<template>
|
|
<view>
|
|
|
|
<!-- <YuxiCarousel/>-->
|
|
|
|
|
|
<IndexCarousel/>
|
|
<!-- s-->
|
|
<IndexItem2/>
|
|
<IndexItem3/>
|
|
<IndexItem4/>
|
|
<IndexItem5/>
|
|
</view>
|
|
</template>
|
|
|
|
<style scoped>
|
|
|
|
</style> |