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 }