Browse Source

feat:初始化配置

shenchunlv 2 years ago
parent
commit
d95b91d841
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app.vue

+ 1 - 1
app.vue

@@ -1,4 +1,4 @@
 <template>
  <!-- 路由出口 -->
- <NuxtPage></NuxtPage>
+ <NuxtPage></NuxtPage> 
 </template>