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

bug 传入 null 也会报错传入不是一个 string #613

Closed xl495 closed 3 years ago

xl495 commented 4 years ago

希望修复下

xl495 commented 4 years ago
<mavon-editor @save="save" fontSize="16px" :editable="true" :subfield="false" :autofocus="true" :subfield-toggle="false" :preview-toggle="false" v-model="model.markdown" />

model.markdown = null