import newsList from './views/gms-app.vue' import newsListProperty from './views/property.vue' newsList.type = 'newsList'; newsList.name = 'newsList'; newsList.title = '通知公告'; newsList.toolTip = '拖拽到工作区来添加一个列表'; newsList.icon = 'icon iconfont icon-gg_tupianlunbo1'; newsList.property = newsListProperty; newsList.isChild = true; import Vue from 'vue' Vue.component('gms-plugin-mainpage-newsList', newsList); Vue.component('gms-plugin-mainpage-newsList-properties', newsListProperty); // '[组件名]-properties' export default newsList;