How do I open q-drawer from another component in Quasar V2? #8931
-
|
In Quasar V1 I did the following: IN MAIN LAYOUT: In Created() (Main Layout): In Methods (Main Layout): IN ANOTHER COMPONENT: It worked fine in Quasar V1, but the problem is that "$on" no longer works in Vue 3. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
If you still rely on this pattern, then read vue docs migration about it here https://v3.vuejs.org/guide/migration/events-api.html#overview. |
Beta Was this translation helpful? Give feedback.
If you still rely on this pattern, then read vue docs migration about it here https://v3.vuejs.org/guide/migration/events-api.html#overview.