Merge pull request #1544 from thomaswan/patch-1

SpeedDial hideOnClickOutside not working
pull/1643/head
Tuğçe Küçükoğlu 2021-10-04 10:02:49 +03:00 committed by GitHub
commit 8e71e7b058
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ export default {
} }
}, },
beforeMount() { beforeMount() {
this.bindDocumentClickListener(); this.unbindDocumentClickListener();
}, },
methods: { methods: {
onItemClick(e, item) { onItemClick(e, item) {