1 2
import { withInstall } from '/@/utils'; import authority from './src/Authority.vue';
3
4
export const Authority = withInstall(authority);