更新脚手架!

This commit is contained in:
Andy Leong
2023-12-29 18:41:59 +08:00
parent f1c3d10fd5
commit c0871a9b1f
29 changed files with 1004 additions and 149 deletions

14
src/page/Home/App.vue Normal file
View File

@@ -0,0 +1,14 @@
<template>
<HelloWorld></HelloWorld>
</template>
<script setup>
import Loading from "@/components/HelloWorld";
onMounted(() => {
})
</script>
<style lang="scss" ></style>