Blame view

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

export default withInstall(Authority);
vben authored
6
7

export { Authority };