为了账号安全,请及时绑定邮箱和手机立即绑定

ueditor销毁后监听事件还在?

ueditor销毁后监听事件还在?

慕标5832272 2018-12-04 13:19:44
ueditor 有个工具栏跟随浏览器滚动的功能,在销毁时事件监听好像没有消掉 vue 先进入带 ueditor 的页面,然后通过 vue-router 跳转其他页面,滚动鼠标滚轮后报错mounted () {    this.editor = UE.getEditor('hneditor', this.config)    this.editor.ready(() => {        this.editor.setContent(this.value)        this.editor.addListener("contentChange",() => {            const wordCount = this.editor.getContentLength(true)            const content = this.editor.getContent()            const plainTxt = this.editor.getPlainTxt()            this.$emit('change', { wordCount: wordCount, content: content, plainTxt: plainTxt })        })        // this.$emit('ready', this.editor)    })},beforeDestroy () {    this.editor.destroy()    this.editor = {}    // 这里已经调用了销毁方法},但是当vue页面跳转后会报出错误好像是监听事件还存在?
查看完整描述

1 回答

?
拉风的咖菲猫

TA贡献1995条经验 获得超2个赞

https://img1.sycdn.imooc.com//5c3ef0790001513a05670119.jpg

这个加一下就不报错了

查看完整回答
反对 回复 2019-01-16
  • 1 回答
  • 0 关注
  • 438 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信