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

Commit fb3e54d

Browse files
Merge pull request #207 from tobiasschuerg/patch-2
Define emits in Agile component
2 parents 98616a9 + eac05dd commit fb3e54d

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
@@ -118,6 +118,8 @@
118118
name: 'Agile',
119119
120120
mixins: [handlers, helpers, methods, preparations, settings, throttle, watchers],
121+
122+
emits: ["before-change", "after-change", "breakpoint"],
121123
122124
data () {
123125
return {

0 commit comments

Comments
 (0)