This website requires JavaScript.
Explore
Help
Register
Sign In
Zengtudor
/
Nuxt
Watch
1
Star
0
Fork
0
You've already forked Nuxt
mirror of
https://github.com/nuxt/nuxt.git
synced
2024-11-14 18:13:54 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
1672148a87
Nuxt
/
examples
/
with-pages
/
pages
/
parent.vue
7 lines
74 B
Vue
Raw
Normal View
History
Unescape
Escape
fix(nuxt3): child routes in vue-router don't have component field (#998) Co-authored-by: pooya parsa <pyapar@gmail.com>
2021-10-20 18:49:15 +00:00
<
template
>
<
div
>
Parent
refactor(nuxt3): rename `<NuxtChild>` to `<NuxtNestedPage>` (#2432)
2021-12-20 10:37:58 +00:00
<
NuxtNestedPage
/
>
fix(nuxt3): child routes in vue-router don't have component field (#998) Co-authored-by: pooya parsa <pyapar@gmail.com>
2021-10-20 18:49:15 +00:00
<
/
div
>
<
/
template
>
Reference in New Issue
Copy Permalink