privatenumber / vue-frag

šŸ¤² Create Fragments (multiple root-elements) in Vue 2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using v-frag directive then changing routes multiple times

stephenjason89 opened this issue Ā· comments

I am using nuxt and in my pages directory,

I have a page named abc.vue
it is wrapped with a

now, i have another page named def.vue
also wrapped in

switching between those pages back and fort with vue router causes

frag.esm.js?76e6:1 Uncaught TypeError: Cannot read property 'before' of undefined

Sorry I don't really understand this report, but I'm going to guess it's a duplicate of #27 considering the Nuxt router usage.