feat: new interface pendant can be configured to display hidden

This commit is contained in:
vince
2024-07-10 21:20:11 +08:00
parent db76325d68
commit a765d3bbc0
36 changed files with 256 additions and 612 deletions

View File

@@ -13,7 +13,7 @@ interface Props {
}
defineOptions({
name: 'CodeAuthority',
name: 'CodeAccess',
});
withDefaults(defineProps<Props>(), {

View File

@@ -1,5 +1,5 @@
export { default as CodeAuthority } from './code-authority.vue';
export { default as CodeAccess } from './code-access.vue';
export * from './generate-menu-and-routes';
export { default as RoleAuthority } from './role-authority.vue';
export { default as RoleAccess } from './role-access.vue';
export type * from './types';
export * from './use-access';

View File

@@ -13,7 +13,7 @@ interface Props {
}
defineOptions({
name: 'RoleAuthority',
name: 'RoleAccess',
});
withDefaults(defineProps<Props>(), {