I can not find an alternative to DEV vs Production code in quasar 0.15.
For example, how to do something like this:
let string = DEV ? 'I am running on dev' : 'I am running on production';
I can not find an alternative to DEV vs Production code in quasar 0.15.
For example, how to do something like this:
let string = DEV ? 'I am running on dev' : 'I am running on production';
thanks @a47ae @benoitranque @mitchellmonaghan … I didn’t see that the default margin in removed in 0.15 and I thought there is something wrong with me. problem solved. Thanks
I am migrating from quasar 0.14.7 to 0.15.6. I am seeing a weird behaviour concerning <q-input /> elements so there is no margin or padding above them and they are looking stack to each other (see the image below)
On <q-input /> documentation page it looks OK on the preview mobile screen. But when I took a snippet from it’s source code to jsfiddle I saw the same behaviour I was seeing when migrating. Is there anything I am doing wrong ?