pull/12/head
cagataycivici 2019-02-05 06:44:08 +03:00
parent 2211989140
commit 8235da2b37
1 changed files with 3 additions and 0 deletions

View File

@ -45,6 +45,9 @@ export default {
}, },
mask: null, mask: null,
maskClickListener: null, maskClickListener: null,
beforeDestroy() {
this.unbindMaskClickListener();
},
methods: { methods: {
hide() { hide() {
this.$emit('update:visible', false); this.$emit('update:visible', false);