Nuxt/examples/with-pages/pages/parent/b.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

6 lines
53 B
Vue

<template>
<div>
Parent/b
</div>
</template>