feat: Dynamically get the menu from the back end
This commit is contained in:
4
packages/business/access/src/index.ts
Normal file
4
packages/business/access/src/index.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export { default as Authority } from './authority.vue';
|
||||
export * from './generate-menu-and-routes';
|
||||
export type * from './types';
|
||||
export * from './use-access';
|
Reference in New Issue
Block a user