[Vuejs]-Nuxt.js -> v-bind to props of <nuxt>

0👍

Check with your <nuxt/> tag nuxt makes use of this tag for layout
So it thinks you are trying to embed layout there.
Try renaming your component tag name.

Check out Nuxt layout docs

Leave a comment