初次提交,原始状态
This commit is contained in:
11
app/app.vue
Normal file
11
app/app.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<template>
|
||||
<Html class="overflow-x-hidden">
|
||||
<Body class="font-sans antialiased">
|
||||
<UApp>
|
||||
<NuxtLayout>
|
||||
<NuxtPage />
|
||||
</NuxtLayout>
|
||||
</UApp>
|
||||
</Body>
|
||||
</Html>
|
||||
</template>
|
Reference in New Issue
Block a user