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.

14 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;