Events.$once
-
From the source code it seems that the Events are simply a Vue instance bus:
https://github.com/quasarframework/quasar/blob/dev/src/features/events.jsBut I could not find any reference of
$once
in the Vue documentation.
@rstoenescu Is it a Vue hidden feature or is Quasar using a special package for thisĀ ? -
-
@rstoenescu I guess I was too tired when I did my search. Thanks Razvan!