Nuxt/examples/layout-transitions/layouts/secondary.vue

7 lines
83 B
Vue
Raw Normal View History

2017-09-08 10:42:00 +00:00
<template>
<div>
<h1>Secondary Layout</h1>
<Nuxt />
2017-09-08 10:42:00 +00:00
</div>
</template>