You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
313 B
13 lines
313 B
/**
|
|
* 此文件为自动生成文件,请勿修改
|
|
*/
|
|
|
|
import poc_esb_EsbTest from '@/views/esb/EsbTest.vue';
|
|
import poc_cntm_CntmTest from '@/views/cntm/CntmTest.vue';
|
|
|
|
const localComponents = {
|
|
'poc.esb.EsbTest': poc_esb_EsbTest,
|
|
'poc.cntm.CntmTest': poc_cntm_CntmTest,
|
|
};
|
|
|
|
export default localComponents;
|
|
|