hinesboy / mavonEditor

mavonEditor - A markdown editor based on Vue that supports a variety of personalized features
http://www.mavoneditor.com/
MIT License
6.45k stars 918 forks source link

change方法怎么传入自己的参数id #358

Open yiwuxing opened 5 years ago

yiwuxing commented 5 years ago

如题,我需要在change调用方法的时候传入自己的参数,id,判断是对那个mavonEditor进行了操作,但是传过去了以后value的值和render的值就没有了

method: markdownChange(value,render){ console.log("----value",value) console.log("----render",render) }, 这时value成了传过来的id,render是undefind