Could they implement css and class for all content (avatar, title, subtitle)?

Posts made by Luiz
-
Timeline
-
Q-Date
Could you create an event by clicking on the days of the week?
And can you return all days of this day? -
Q-EDITOR
Hi.
When I use the q-editor with v-model being an array, it gives an error.
I switched to a q-input textarea for now.
I’m using version 1.12.5.Tanks.
-
RE: Upgrade from 0.17.16 to 0.17.17
Hi.
I remove node_modules, yarn.lock and yarn add -dev quasar-clil@test and the new version is running.
Tanks. -
Upgrade from 0.17.16 to 0.17.17
I’m allway run:
- yarn global add quasar-cli
- yarn add --dev quasar-cli@latest
But today it did not work.
In both cases it says install 0.17.17, but when slash quasar dev continues to display 0.17.16 (cli) and 0.17.13 (framework)
I’m running at Windows 10
-
Call method at layout from page 0.17.x?
Hi.
I have methods in the layout that need to be called from page.
How to make?
Today I do this. $parent.$parent.$parent.myMethod().
But that seems so bad to me.
Any suggestion? -
RE: CALL_AND_RETRY_LAST
Hi.
Where i put the “NODE_OPTIONS=–max-old-space-size=4096 DEBUG=v8:* npm run dev”
Tanks