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

7 lines
89 B
Vue

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