I have a new version.
Latest posts made by eugenemaning
-
RE: Missing qusar.conf.js file
Hi Alinex, thank you for helping. I thought so too. But check out this screenshot http://prntscr.com/iv0okg There’s no quasar.conf.js file.
-
Missing qusar.conf.js file
I just created a new project using quasar init and I can’t find the quasar.conf.js file which was mentioned in the documentation.
-
Close Toast before navigating to other routes
Hi everyone, is there a way in manually (forcefully) closing Toast components when you’ve already navigated away from the page that showed or created the Toast component?
I’d like that Toast message to be hidden automatically when I’ve navigated away from that page.
-
RE: Error in call back for watcher, method is not a function
My case has been answer at SO. Thank you very much. https://stackoverflow.com/questions/47670499/quasar-framework-method-inside-watcher-is-not-recognized
-
Error in call back for watcher, method is not a function
I’m trying to use the watchers as referenced here , however the method call I invoked inside the watcher is not recognized as a function.
I basically followed the guide. Any thoughts? Thank you.