You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3.x Update
We removed $on, $off and $once methods from the instance completely. $emit is still a part of the existing API as it's used to trigger event handlers declaratively attached by a parent component
Description
mockTableColumn
usestiny-emitter
to emulate now obsolete$on
and$off
APIs. See https://v3-migration.vuejs.org/breaking-changes/events-api.html#event-busHow about to replace
tiny-emitter
with our own implementation.Why Buefy need this feature
tiny-emitter
looks abandoned and having issues with TypeScript and ESM. So we should migrate from it before it would become a debt.The text was updated successfully, but these errors were encountered: