UNPKG

zview-mobile-editor

Version:

A WYSIWYG text editor base on html5 and vue

22 lines (20 loc) 304 B
/** * editor info * Created by peak on 16/8/18. */ import dashboard from './dashboard' export default { name: 'info', icon: 'fa fa-info', i18n: 'info', // handler () { // // }, // init (editor) { // // }, // destroyed(editor){ // // }, dashboard }