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

能否添加一个参数关闭上传图片功能 #420

Open quank123wip opened 5 years ago

quank123wip commented 5 years ago

RT

obrua commented 5 years ago

我也想要, 自己写一下吧

设置props :imageFilter="imageFilter"

返回false imageFilter: function(img) { this.$message.warning("暂时不支持上传图片"); return false; },

quank123wip commented 5 years ago

我也想要, 自己写一下吧

设置props :imageFilter="imageFilter"

返回false imageFilter: function(img) { this.$message.warning("暂时不支持上传图片"); return false; },

最好还是写几个逻辑把上传的button隐藏了