feat(component-library): 更新组件库模块名称和键值
parent
61c6cb46d9
commit
4fb18edb0d
@ -1,6 +1,6 @@
|
||||
import { IRoute } from '@/routes/types';
|
||||
|
||||
export const componentLibraryModule: IRoute = {
|
||||
name: 'menu.componentLibrary',
|
||||
key: 'componentLibrary'
|
||||
name: 'menu.compositeCompLibrary',
|
||||
key: 'compositeCompLibrary'
|
||||
};
|
||||
Loading…
Reference in New Issue