index.ts 129 Bytes
import { withInstall } from '../util';

import Authority from './src/index.vue';

withInstall(Authority);

export { Authority };