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.
15 lines
433 B
15 lines
433 B
/**
|
|
* 此文件为自动生成文件,请勿修改
|
|
*/
|
|
|
|
import component_lcdp_Frontend from '@/views/Frontend.vue';
|
|
import component_lcdp_Theme from '@/views/Theme.vue';
|
|
import component_lcdp_bpm from '@/views/bpm/Bpm.vue';
|
|
|
|
const localComponents = {
|
|
'component.lcdp.Frontend': component_lcdp_Frontend,
|
|
'component.lcdp.Theme': component_lcdp_Theme,
|
|
'component.lcdp.bpm': component_lcdp_bpm,
|
|
};
|
|
|
|
export default localComponents;
|
|
|