Import Quasar in external module
-
Hello,
I’m using Quasar since a few months ago, and it is fantastic!
I’m trying to create an external module where I store some of my custom components and I need to import the Quasar instance.
Problem is when I do that the compiler gives me the following error:
"export ‘Quasar’ was not found in ‘quasar’Is there a way to import Quasar, Platform etc inside an external module, the same way you import them in the main project?
Thank you
Cristiano