zone.config.ts 242 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 export default { name: 'zone', textDesc: 'this is test com1', componentKV: { // 如果是webpack项目,我是可以这么写:@/components/testComponent/TestCom1.vue com1: '/src/components/testComponent/TestCom1.vue', }, }