chore: add basic layout
This commit is contained in:
11
app/app.vue
11
app/app.vue
@@ -2,4 +2,13 @@
|
||||
<NuxtLayout>
|
||||
<NuxtPage />
|
||||
</NuxtLayout>
|
||||
</template>
|
||||
</template>
|
||||
|
||||
<style lang="css">
|
||||
@import '@unocss/reset/eric-meyer.css';
|
||||
|
||||
:root {
|
||||
--primary-color: #fff;
|
||||
--secondary-color: #000;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user