Blame view

src/components/Authority/index.ts 129 Bytes
1
2
import { withInstall } from '../util';
3
import Authority from './src/index.vue';
vben authored
4
vben authored
5
withInstall(Authority);
6
7

export { Authority };