Skip to content

Commit

Permalink
Merge pull request #1529 from shadoWalker89/patch-3
Browse files Browse the repository at this point in the history
Add events emitted by OverlayPanel
  • Loading branch information
tugcekucukoglu committed Oct 4, 2021
2 parents 1f34b15 + 0a60125 commit 2a05640
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/overlaypanel/OverlayPanel.vue
Expand Up @@ -51,6 +51,7 @@ export default {
default: null
}
},
emits: ['show', 'hide'],
data() {
return {
visible: false
Expand Down

0 comments on commit 2a05640

Please sign in to comment.