Nuxt Content 3 migration #12
@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div>
|
||||
DEFAULT TEMPLATE
|
||||
DEFAULT TEMPLATE LAYOUT
|
||||
<slot />
|
||||
</div>
|
||||
</template>
|
||||
|
1
pages/404.vue
Normal file
1
pages/404.vue
Normal file
@ -0,0 +1 @@
|
||||
<template>404!</template>
|
@ -1,5 +1,7 @@
|
||||
<template>
|
||||
<main>
|
||||
oi what's up
|
||||
<!-- custom 404? -->
|
||||
<ContentDoc />
|
||||
</main>
|
||||
</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