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

10 lines
127 B
Vue

<template>
<Index></Index>
</template>
<script setup>
import Index from "./views/home/index.vue"
</script>
<style></style>