-
Notifications
You must be signed in to change notification settings - Fork 21
Vue Composition API: Listeners
Mike Lyttle edited this page May 9, 2023
·
1 revision
get includeNextButton(): boolean {
return this.$listeners.clickNextButton !== undefined;
}
-
$listeners
has been removed and event handlers are now included inuseAttrs
, except for those listed as emitted events (which should be all of our custom events). - The simplest solution is to just add a separate prop that instructs what the behaviour should be. (In the above example, an
includeNextButton
boolean.)
-
Developer Standard and Processes
-
Workstation Setup
-
IDE Configuration
-
Application Config
-
RedHat SSO Authorization Server
-
Known Issues