zview-mobile-editor
Version:
A WYSIWYG text editor base on html5 and vue
16 lines (14 loc) • 376 B
JavaScript
import dashboard from './dashboard'
/**
* insert table
* Created by peak on 16/8/18.
*/
export default {
// can not named table
// dashboard.html will add to editor as a child component and named as module name
// Do not use built-in or reserved HTML elements as component id
name: 'tabulation',
icon: 'fa fa-table',
i18n: 'table',
dashboard
}