mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-26 00:26:20 +08:00
5 lines
135 B
TypeScript
5 lines
135 B
TypeScript
import { withInstall } from '/@/utils';
|
|
import authority from './src/Authority.vue';
|
|
|
|
export const Authority = withInstall(authority);
|