DEV Community

Discussion on: Dynamic components using VueJS

 
pikax profile image
Carlos Rodrigues

I think the problem is that my components aren't being registered globally properly.

You can use Vue.component() to register globally.

Never used Quasar, if you can create a link on codesandbox with an sample on what you want to do, I can have a look and try to help.

Thread Thread
 
akselsoft profile image
Andrew MacNeill

No need - I've got it working now - I'm fairly new to vue but your examples set me on the right path.

quasar lets you build separate plug-ins.

I'll post an article when I've got it working smoothly.