I had a little problem migrating Quasar v1 to v2. I wanted to have a re-usable (importable) .js file that I could import in every SFC. This particular case used i18n. I create a directory lib under the src dir. Since this .js file was to set the default menu items in every SFC I…
Read Article