Nuxt/test/fixtures/basic/pages/with-dynamic-layout.vue

12 lines
153 B
Vue
Raw Normal View History

<script setup>
definePageMeta({
middleware: 'sets-layout'
})
</script>
<template>
<div>
<div>with-dynamic-layout.vue</div>
</div>
</template>