Files
yshopb2c-qd/bf/views/HomeView.vue
2023-01-06 15:32:51 +08:00

10 lines
142 B
Vue

<script setup>
import TheWelcome from "../components/TheWelcome.vue";
</script>
<template>
<main>
<TheWelcome />
</main>
</template>