在vue中使用ueditor,ueditor报错 Uncaught TypeError: 'caller', 'callee', and 'arguments' properties may not
解决办法:找到ueditor.all.js文件中如下代码:if(editor.options.wordCount){functioncountFn(){setCount(editor,me);domUtils.un(editor.document,"click",arguments.callee);}domUtils.on(editor.document,"click",countFn);edit