2022-03-08 18:03:21 +00:00
|
|
|
<script setup>
|
|
|
|
definePageMeta({
|
|
|
|
layout: 'custom'
|
|
|
|
})
|
|
|
|
</script>
|
|
|
|
|
|
|
|
<template>
|
|
|
|
<div>
|
|
|
|
<div>with-layout.vue</div>
|
2022-10-08 14:18:57 +00:00
|
|
|
<NuxtLink to="./with-layout2">
|
|
|
|
to another page
|
|
|
|
</NuxtLink>
|
2022-03-08 18:03:21 +00:00
|
|
|
</div>
|
|
|
|
</template>
|