监听滚动事件

pull/23/head
630892807@qq.com 3 years ago
parent 31d2ee6dfc
commit fb83378750

@ -534,6 +534,7 @@ new Vue({
}, },
mounted:function() { mounted:function() {
document.addEventListener('paste', this.onPasteUpload) document.addEventListener('paste', this.onPasteUpload)
document.addEventListener('scroll',this.textareaBlur)
}, },
created: function () { created: function () {
this.init(); this.init();

Loading…
Cancel
Save