Skip to content
This repository was archived by the owner on Feb 24, 2023. It is now read-only.

Commit eac05dd

Browse files
Define emits in Agile component
in order to get rid of Extraneous non-emits event listeners warnings in Vue 3
1 parent 3b0218c commit eac05dd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Agile.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@
116116
name: 'Agile',
117117
118118
mixins: [handlers, helpers, methods, preparations, settings, throttle, watchers],
119+
120+
emits: ["before-change", "after-change", "breakpoint"],
119121
120122
data () {
121123
return {

0 commit comments

Comments
 (0)