Files
Aida_Purchaser_Front/src/views/home/index.vue
李志鹏 bed2611362 11
2026-04-20 14:02:55 +08:00

13 lines
175 B
Vue

<template>
<div class="home-index">home</div>
</template>
<script setup lang="ts">
import { computed } from 'vue'
</script>
<style lang="less">
.home-index {
}
</style>