[Vuejs]-Can't create new vue components

0👍

Here is my guess: you are using the component store in one of the other components listed above before registering it globally.

This could probably be adressed by changing your registering order, but I would advise you to register them locally to each component instead.

See: https://v2.vuejs.org/v2/guide/single-file-components.html

Leave a comment