@jraez OK, that worked. Thank you. I was just wondering if it was possible to fine tune Col below Col-1. It works now, thank you.
Latest posts made by Mel
-
RE: Half of Col-1 ?
-
Half of Col-1 ?
Hi, I have a row with a col-1 and a col-11. However, I really want half of a col-1 and then the remainder is filled by the col-11 (which i assume would just be “col”). How do I still use the “col” convention but fine-tune the “col-1” part?
Thanks in advance.
-
RE: Where do i add 3rd party library functions to execute on app load?
I got it working, thanks a lot. Boot did the job
-
RE: Where do i add 3rd party library functions to execute on app load?
thanks, scott.
I am trying to pull in mirageJS which is a mocking framework that runs a server that proxies api calls and returns mock data.
when i add the server as a boot it doesn’t seem to get hit (or work). I’ll keep at it. Let me know if anybody out there has experience getting miragejs working with quasar. -
Where do i add 3rd party library functions to execute on app load?
Hi.
I am integrating the MirageJS framework into a Quasar app. In Vuetify, I would simply import Mirage in Main.js which fires on load. Where would i do that in Quasar? Not obvious to me.