That worked… appreciate the quick reply. I saw that a few weeks ago and just totally overlooked the gray text.
Thanks again!
That worked… appreciate the quick reply. I saw that a few weeks ago and just totally overlooked the gray text.
Thanks again!
Creating a post so I can add a screenshot for the post in question. http://forum.quasar-framework.org/topic/884/internet-explorer-11-rendering! ![buttons not working in IE11] https://ibb.co/kqcWOk
Is there some extra helper files that need to be installed (like quasar-extras) that support IE11 properly? Any kind of help would be greatly appreciated… We are blocked on our project at the moment.
Yes, was just about to post the same question. Noticed that the official showcase site has the buttons working in IE11, but in my local build they appear squished like @johnorford posted above https://ibb.co/kqcWOk
To anyone that can help…
I’m working on an app using Quasar CLI … and trying to configure package.json (in root) to use json-server … i.e. so when I do “quasar dev mat start-mockapi” which runs the app locally on 8080… it would also run json-server on port 3000 …
– I tried adding “start-mockapi”: “json-server --watch src/api/db.json --port 3000” in the scripts section of my package.json but it didn’t work…
– right now I have to run “json-server --watch db.json” in a SEPARATE cmd console… and it works… but that’s tedious… and not clean
So… does anyone know how to get this to work with one cmd line?
** the goal is to get it working in one console… without having to run two consoles…
Thanks in advance!