|
|
|
/**
|
|
|
|
* 此文件为自动生成文件,请勿修改
|
|
|
|
*/
|
|
|
|
|
|
|
|
import formElements from '@/views/FormElements.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.formElements': formElements,
|
|
|
|
'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;
|