Blame view

src/components/Authority/index.ts 135 Bytes
1
2
import { withInstall } from '/@/utils';
import authority from './src/Authority.vue';
vben authored
3
4
export const Authority = withInstall(authority);