PeakTai / vue-html5-editor

An html5 wysiwyg editor for vue
Apache License 2.0
949 stars 247 forks source link

image allow beforeUpload hook & add video module #114

Closed realywithoutname closed 5 years ago

realywithoutname commented 6 years ago

1

Image module add beforeUpload hook. The hook can return a Boolean false, String URL, or a Promise.

2

Add video module