At work we've got a component library built in Vue.js. It's great because we can take the components our designers create, build them once, and the...
For further actions, you may consider blocking this person and/or reporting abuse
Maybe I'm wrong, but couldn't you skip all the 'nuxt' prop passing if you just:
a) check for this.$nuxt and
b) check for a starting slash on the 'to' prop?
i.e.
Oh yeah! That'll do it. I appreciate the feedback and I'll probably go ahead and use this. Thanks!