reset body scroll when Modal beforeDestroy

reset body scroll when Modal beforeDestroy
This commit is contained in:
梁灏 2016-11-21 18:16:31 +08:00
parent e96fa06df3
commit 727b795cd3

View file

@ -186,6 +186,7 @@
},
beforeDestroy () {
document.removeEventListener('keydown', this.EscClose);
this.removeScrollEffect();
},
watch: {
visible (val) {