Nuxt/examples/with-pages/pages/parent.vue
TenshiGoan c5920c21e7
fix(nuxt3): child routes in vue-router don't have component field (#998)
Co-authored-by: pooya parsa <pyapar@gmail.com>
2021-10-20 20:49:15 +02:00

7 lines
70 B
Vue

<template>
<div>
Parent
<RouterView />
</div>
</template>