is it possible to register a Custom Components via quasar.conf.js ?
-
Hi i just want to know if its possible to register my custom components in quasar.conf.js?
because i want to make my custom component use it globally without importing it in every pages thank you!e.g.
framework: { components: [] }, customize: { components: [ 'SomeComponents' // in here you can register your custom component ] }
thank you!
-
Make it a plugin: https://quasar-framework.org/guide/app-plugins.html