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

form表单中一定要用initialValue设置默认值,而且再次打开页面会强制进行判断 #566

Closed cts-cool closed 4 years ago

cts-cool commented 4 years ago

<mavon-editor ref=md @imgAdd="imgAdd" :toolbars="toolbars" :boxShadow="false" v-decorator="['context',{initialValue: '' ,rules: [{required: true, message: '内容不能为空'}]} ]"/>

不设置会报mavon-editordefault valuecan not collect, please useoption.initialValueto set default value.

但是设置了initialValue,操作完,清空表单后再次打开,就会强制判断验证内容,提示内容为空