mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-26 08:36:19 +08:00
8 lines
129 B
TypeScript
8 lines
129 B
TypeScript
import Authority from './src/index.vue';
|
|
|
|
import { withInstall } from '../util';
|
|
|
|
withInstall(Authority);
|
|
|
|
export { Authority };
|