Hi all, created a web app about COVID19 a while ago with Quasar Framework and vue-chartjs. can check it out here https://chinavirus.live/. Feedback welcome!

Best posts made by altezzalab
-
Covid19 Tracker & Prediction Web App
-
RE: State management - vue-stash
I wish to use vue-stash, but without much success. can you give a step-by-step setup for using it as plugin? thanks in advance!
Latest posts made by altezzalab
-
preFetch & registerModule error
I follow this doc https://quasar.dev/quasar-cli/prefetch-feature#Store-Code-Splitting to code-split a store call “admin” however, the registerMoudule will call twice in preFetch and mounted, thus generate a Vuex error below.
[vuex] duplicate namespace admin/ for the namespaced module admin
what’s the best way to solve it?
-
RE: Help with q-route-tabs & q-tab-panels using keep-alive and router-views
@tsulli Looking for the same solution, no idea how to get Keep Alive work router-view
the only way to get it work is, wrap another keep-alive each q-tab-panel, but it create a lot of duplicated component
<q-tab-panels v-model="tab" animated keep-alive> <q-tab-panel name="bookmark"><keep-alive><router-view /></keep-alive></q-tab-panel> <q-tab-panel name="property"><keep-alive><router-view /></keep-alive></q-tab-panel> <q-tab-panel name="message"><keep-alive><router-view /></keep-alive></q-tab-panel> </q-tab-panels>
-
Change Tab on scroll
How to have the same effect as in Quasar.dev site? The left tab of the page change as the user scroll the page.
-
RE: @quasar/app v1.7.4 released!
after upgrade to node 14 and quasar 1.7.4 i got the following warning when building in PWA and SSR mode
(node:66883) Warning: Accessing non-existent property ‘lineno’ of module exports inside circular dependency
(Usenode --trace-warnings ...
to show where the warning was created)
(node:66883) Warning: Accessing non-existent property ‘column’ of module exports inside circular dependency
(node:66883) Warning: Accessing non-existent property ‘filename’ of module exports inside circular dependency -
RE: Covid19 Tracker & Prediction Web App
@QuaSam Thanks! Hope things will get better for your side