Files
Message-Push-Nest/web/src/App.vue
T

10 lines
127 B
Vue
Raw Normal View History

2023-12-30 17:40:20 +08:00
<template>
<Index></Index>
</template>
<script setup>
import Index from "./views/home/index.vue"
</script>
<style></style>