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);
|