feat: new interface pendant can be configured to display hidden
This commit is contained in:
@@ -13,7 +13,7 @@ interface Props {
|
||||
}
|
||||
|
||||
defineOptions({
|
||||
name: 'CodeAuthority',
|
||||
name: 'CodeAccess',
|
||||
});
|
||||
|
||||
withDefaults(defineProps<Props>(), {
|
@@ -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';
|
||||
|
@@ -13,7 +13,7 @@ interface Props {
|
||||
}
|
||||
|
||||
defineOptions({
|
||||
name: 'RoleAuthority',
|
||||
name: 'RoleAccess',
|
||||
});
|
||||
|
||||
withDefaults(defineProps<Props>(), {
|
Reference in New Issue
Block a user