Merge pull request #1529 from shadoWalker89/patch-3

Add events emitted by OverlayPanel
pull/1643/head
Tuğçe Küçükoğlu 2021-10-04 10:08:44 +03:00 committed by GitHub
commit 2a05640b46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ export default {
default: null
}
},
emits: ['show', 'hide'],
data() {
return {
visible: false