zone.config.ts 242 Bytes
export default {
  name: 'zone',
  textDesc: 'this is test com1',
  componentKV: {
    // 如果是webpack项目,我是可以这么写:@/components/testComponent/TestCom1.vue
    com1: '/src/components/testComponent/TestCom1.vue',
  },
}