refactor(projects): 添加exportDefaults替换defineProps
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
export { ROUTE_NAME_MAP, setRouterCacheName, getLoginRedirectUrl, setSingleRoute } from './helpers';
|
||||
export { default as getCacheRoutes } from './cache';
|
||||
export { default as transformRouteToMenu } from './menus';
|
||||
export * from './helpers';
|
||||
export * from './cache';
|
||||
export * from './menus';
|
||||
|
||||
Reference in New Issue
Block a user