quasar-template-meteor
quasar-template-meteor copied to clipboard
Problem with `import { Quasar } from 'quasar'`
trafficstars
It don't work (import with demand)
import {
Quasar,
Notify,
...
} from 'quasar'
Vue.use(Quasar, {
components: {},
plugins: {
Notify,
...
},
directives: {
...
},
})
But work fine with (It mean that import all???)
import Quasar, {
Notify,
...
} from 'quasar'
I'm sorry but I don't know the answer
Thanks for your reply. By document

This error
