Ok I figured it out. I have been using Brave browser (it’s based on Chromium). But it works well on Chrome.
Posts made by JJ FX
-
RE: q-tree no highlight on mouse over
-
q-tree no highlight on mouse over
Hi,
I noticed many q elements don’t work like in documentation. Right now I’m playing with q-tree and when hovered over an element there is no highlight. I tried to overwrite this with css (.q-tree__node_header:hover) but doesn’t help. Same thing with q-items in q-menu, also no highlight on hover.
How can I fix this?
-
RE: Font Owesome
Ok I got it working. Probably my IDE didn’t notice changes in quasar.conf.js. I terminated quasar dev and recompiled and it works perfectly now. Plus it won’t work with q-btn
-
Font Owesome
Hi.
So I’m not sure what I’m missing here. Following the instructions I’ve added in quasar.conf.js
extras: [ 'fontawesome-v5' ]
And then I’m just supposed to use font owesome as name (instead of class). But It doesn’t display the fonts.
It says that font owesome is in “@quasar/extras”: “^1.0.0” which I do have. So what am I missing here?