Nuxt/examples/custom-routes/pages/three/_two.vue
Alexandre Chopin 8870c181d7 Update custom route example
Build and Router
2016-12-11 02:44:40 +01:00

7 lines
87 B
Vue

<template>
<div>
Layout Two
<router-view></router-view>
</div>
</template>