1 2
import { withInstall } from '../util';
3
import Authority from './src/index.vue';
4
5
withInstall(Authority);
6 7
export { Authority };