refactor(routes):重命名组件库模块名称和键值
parent
579874c77d
commit
82f4001768
@ -1,6 +1,6 @@
|
|||||||
import { IRoute } from '@/routes/types';
|
import { IRoute } from '@/routes/types';
|
||||||
|
|
||||||
export const componentLibraryModule: IRoute = {
|
export const componentLibraryModule: IRoute = {
|
||||||
name: 'menu.compositeCompLibrary',
|
name: 'menu.componentLibrary',
|
||||||
key: 'compositeCompLibrary'
|
key: 'componentLibrary'
|
||||||
};
|
};
|
||||||
Loading…
Reference in New Issue