changed '-' to '.' in handler for consistency
This commit is contained in:
parent
aa2f50199e
commit
8c63e1bea2
1 changed files with 1 additions and 1 deletions
|
|
@ -217,7 +217,7 @@ export default {
|
|||
},
|
||||
handleButtonEvent(event) {
|
||||
const eventName = event.eventName;
|
||||
this.$emit(`buttonEvent-${eventName}`, event.args);
|
||||
this.$emit(`buttonEvent.${eventName}`, event.args);
|
||||
},
|
||||
},
|
||||
components: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue