import CommonFunctions from './views/gms-app.vue' import CommonFunctionsProperty from './views/property.vue' import './style.less' CommonFunctions.type = 'commonfunctions'; CommonFunctions.name = 'commonfunctions'; CommonFunctions.title = '报测试'; CommonFunctions.toolTip = '拖拽到工作区来添加一个测试123123'; CommonFunctions.icon = 'icon iconfont icon-gg_tupianlunbo1'; CommonFunctions.property = CommonFunctionsProperty; CommonFunctions.isChild = true; import Vue from 'vue' Vue.component('gms-plugin-mainpage-commonfunctions', CommonFunctions); Vue.component('gms-plugin-mainpage-commonfunctions-properties', CommonFunctionsProperty); // '[组件名]-properties' export default CommonFunctions;