vue.editor.addListener("beforepaste",function(type, arg1, arg2){
arg1.html="ddddddd"
})
此时就粘贴板里内容换成了ddddd了。
转载于:https://www.cnblogs.com/windseek/p/8883890.html
vue.editor.addListener("beforepaste",function(type, arg1, arg2){
arg1.html="ddddddd"
})
此时就粘贴板里内容换成了ddddd了。
转载于:https://www.cnblogs.com/windseek/p/8883890.html