[Vuejs]-The site in vue.js does not load. What could be wrong?

0👍

You are using nuxt, since v2.13 nuxt version components are auto-import (if "components" option is "true" in the nuxt config.)
In the your code, components manually register using import, i guess problem related this conflicted.

Leave a comment