nuxt3 init

This commit is contained in:
2022-12-20 02:54:04 +08:00
parent c0239489a8
commit 2f3fcbce1a
6 changed files with 73 additions and 132 deletions

5
app.vue Normal file
View File

@@ -0,0 +1,5 @@
<template>
<div>
<NuxtWelcome />
</div>
</template>