17 lines
194 B
Vue
17 lines
194 B
Vue
<script lang="ts" setup>
|
|
</script>
|
|
|
|
<template>
|
|
<view>
|
|
|
|
<IndexItem1/>
|
|
<IndexItem2/>
|
|
<IndexItem3/>
|
|
<IndexItem4/>
|
|
<IndexItem5/>
|
|
</view>
|
|
</template>
|
|
|
|
<style scoped>
|
|
|
|
</style> |