oh, I found in chrome sources tap, //webapck foldrder
Latest posts made by layola
-
RE: How to config enabled sourcemap for debug in quasar.conf.js?
-
How to config enabled sourcemap for debug in quasar.conf.js?
How to config enabled sourcemap for debug in quasar.conf.js?
quasar dev -debug
Dev mode… spa
Quasar theme… mat
Quasar CLI… v0.17.23
Quasar Framework… v0.17.19
Debugging… enabled //here is show debug is enabled ,but there are no sourcemap was generate ,debug in chrome dev tool no source show ? -
RE: how to change or config body class from desktop no-touch to mobile touch?
oh,
initial-scale=1<meta name=“viewport” content=“user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width”>
that’s what I want ,hope can help some one else.
-
RE: how to change or config body class from desktop no-touch to mobile touch?
may be have image show what I want is better idea.
-
RE: how to change or config body class from desktop no-touch to mobile touch?
hi ,@s.molinari,
sorry for my question ,what I ask is not how to detect platform, and
what I want to ask is how to suit for mobile view ,instead of on pc ?
follow the docs: quasar init myproject , and quasar dev , default is pc view?
how to change to mobile view ? may be add some parms after quasar dev ?
quasar dev --mobile? quasar dev --pc?
hope you can understand what I ask ,thanks
-
how to change or config body class from desktop no-touch to mobile touch?
how to change or config body class from desktop no-touch to mobile touch?
where can I find document about that ? I can’ find from quasar.conf.js
thanks .