I using Laravel + Quasar (v.17.16) setting with this way:
import Quasar, * as All from 'quasar-framework/dist/quasar.mat.esm';
Vue.use(Quasar, {
extras: [
'mdi',
],
framework: {
directives: All,
plugins: All,
animations: All,
components: All,
iconSet: 'mdi'
}
});
looking at image (it a arrow up/down of q-select) you can see the problem. What i’m doing wrong?!