Nuxt Content 3 migration #12
@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
DEFAULT TEMPLATE
|
DEFAULT TEMPLATE LAYOUT
|
||||||
<slot />
|
<slot />
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
1
pages/404.vue
Normal file
1
pages/404.vue
Normal file
@ -0,0 +1 @@
|
|||||||
|
<template>404!</template>
|
@ -1,5 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<main>
|
<main>
|
||||||
|
oi what's up
|
||||||
|
<!-- custom 404? -->
|
||||||
<ContentDoc />
|
<ContentDoc />
|
||||||
</main>
|
</main>
|
||||||
</template>
|
</template>
|
||||||
|
3
pages/about.vue
Normal file
3
pages/about.vue
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
<template>
|
||||||
|
<div>about</div>
|
||||||
|
</template>
|
1
pages/index.vue
Normal file
1
pages/index.vue
Normal file
@ -0,0 +1 @@
|
|||||||
|
<template>HELLO</template>
|
Loading…
Reference in New Issue
Block a user