Sorry it should have been:
‘no-tabs’: [‘off’]
Thank you for you info.
Anyways please do you know if at least Android standard browser in version 5 and higher is supported ?
Right now I have no way how to test drive.
Regards
Hey,
I have written a very nice quasar application and it just took me no more then 2 weeks. Impressive framework !
Anyways after deploying it I found out that it does not work on devices with Android 4 more specifically I’m talking about a default browsers and Dolphin browser …
When I start chrome browser everyhing is OK and when I build my application using Crosswalk and run it as an APK app it’s OK as well.
So how is it possible to make my app running even on none Chrome browsers on older devices ?
Thank you
Regards
Hey,
I use dynamic routes:
{ path: ‘tasks/:action’, component: load(‘Tasks’) }
So I can access /task/edit, /task/add, /task/list, …
First thing was that I had to manualy add a watcher for $route changes so that it could reflect an actual action variable in my templates. So far so good.
But when a specified route is choosen (clicked) q-drawer-link is not hightlighted as it usually is (for none dynamic routes).
Any tip ?
Thanks
Answering my own questione:
Added this into a .eslintrc.js file
‘no-unused-vars’: [‘off’]
Cheers
Hey,
How can one change default enforced space indenting to tabs instead of spaces ?
Thank you