This website works better with JavaScript
Home
Explore
Help
Register
Sign In
hejh
/
nuxt3-gw
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
feat:初始化配置
shenchunlv
2 years ago
parent
c2943d21e3
commit
d95b91d841
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
app.vue
+ 1
- 1
app.vue
View File
@@ -1,4 +1,4 @@
<template>
<!-- 路由出口 -->
- <NuxtPage></NuxtPage>
+ <NuxtPage></NuxtPage>
</template>