base layout and nuxt config
This commit is contained in:
parent
91d7dbe447
commit
de049e9125
21 changed files with 15855 additions and 9 deletions
6
layouts/default.vue
Normal file
6
layouts/default.vue
Normal file
|
@ -0,0 +1,6 @@
|
|||
<template>
|
||||
<Header />
|
||||
Image title
|
||||
<slot />
|
||||
<Footer />
|
||||
</template>
|
5
layouts/detail.vue
Normal file
5
layouts/detail.vue
Normal file
|
@ -0,0 +1,5 @@
|
|||
<template>
|
||||
<Header />
|
||||
<slot />
|
||||
<Footer />
|
||||
</template>
|
6
layouts/landing.vue
Normal file
6
layouts/landing.vue
Normal file
|
@ -0,0 +1,6 @@
|
|||
<template>
|
||||
Image
|
||||
<Header />
|
||||
<slot />
|
||||
<Footer />
|
||||
</template>
|
Loading…
Add table
Add a link
Reference in a new issue