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
269 B
14 lines
269 B
1 year ago
|
/**
|
||
|
* 此文件为自动生成文件,请勿修改
|
||
|
*/
|
||
|
|
||
|
import View1 from '@/views/View1.vue';
|
||
|
import View2 from '@/views/View2.vue';
|
||
|
|
||
|
const localComponents = {
|
||
|
'component.example.View1': View1,
|
||
|
'component.example.View2': View2,
|
||
|
};
|
||
|
|
||
|
export default localComponents;
|