|
|
|
/**
|
|
|
|
* 此文件为自动生成文件,请勿修改
|
|
|
|
*/
|
|
|
|
|
|
|
|
import component from '@/views/Component.vue';
|
|
|
|
import dialog from '@/views/Dialog.vue';
|
|
|
|
import codemirror from '@/views/Codemirror.vue';
|
|
|
|
import select from '@/views/Select.vue';
|
|
|
|
import treeGrid from '@/views/TreeGrid.vue';
|
|
|
|
import likmDialog from '@/views/likm/Dialog.vue';
|
|
|
|
import likmDrawer from '@/views/likm/Drawer.vue';
|
|
|
|
import likmForm from '@/views/likm/Form.vue';
|
|
|
|
import infoPanel from '@/views/likm/InfoPanel.vue';
|
|
|
|
import grid from '@/views/likm/Grid.vue';
|
|
|
|
import toolbar from '@/views/likm/Toolbar.vue';
|
|
|
|
import quasarGrid from '@/views/likm/QuasarGrid.vue';
|
|
|
|
import gridLayout from '@/views/likm/GridLayout.vue';
|
|
|
|
import likmTreeGrid from '@/views/likm/TreeGrid.vue';
|
|
|
|
|
|
|
|
const localComponents = {
|
|
|
|
'component.testcase.component': component,
|
|
|
|
'component.testcase.dialog': dialog,
|
|
|
|
'component.testcase.codemirror': codemirror,
|
|
|
|
'component.testcase.select': select,
|
|
|
|
'component.testcase.treeGrid': treeGrid,
|
|
|
|
'component.testcase.likmDialog': likmDialog,
|
|
|
|
'component.testcase.likmDrawer': likmDrawer,
|
|
|
|
'component.testcase.likmForm': likmForm,
|
|
|
|
'component.testcase.infoPanel': infoPanel,
|
|
|
|
'component.testcase.grid': grid,
|
|
|
|
'component.testcase.toolbar': toolbar,
|
|
|
|
'component.testcase.quasarGrid': quasarGrid,
|
|
|
|
'component.testcase.gridLayout': gridLayout,
|
|
|
|
'component.testcase.likmTreeGrid': likmTreeGrid,
|
|
|
|
};
|
|
|
|
|
|
|
|
export default localComponents;
|