UNPKG

vue-html5-editor

Version:

A WYSIWYG text editor base on html5 and vue

19 lines (18 loc) 283 B
/** * hr * Created by peak on 16/8/20. */ export default { name: 'hr', icon: 'fa fa-minus', i18n: 'hr', handler(editor) { editor.execCommand('insertHorizontalRule') } // init (editor) { // // }, // destroyed(editor){ // // }, }