Skip to content
This repository was archived by the owner on Oct 5, 2019. It is now read-only.

Commit 1037d0e

Browse files
authored
Update panel.vue
onClose emits a panel:open event. which is obviously wrong
1 parent 3fd2990 commit 1037d0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/panel.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
this.$emit('panel:opened', event);
8686
},
8787
onClose(event) {
88-
this.$emit('panel:open', event);
88+
this.$emit('panel:close', event);
8989
},
9090
onClosed(event) {
9191
this.$emit('panel:closed', event);

0 commit comments

Comments
 (0)