vue-vben-admin/src/components/Authority/index.ts

6 lines
137 B
TypeScript
Raw Normal View History

2020-11-27 21:43:47 +08:00
import AuthorityLib from './src/index.vue';
2020-11-18 22:41:59 +08:00
import { withInstall } from '../util';
2020-11-27 21:43:47 +08:00
export const Authority = withInstall(AuthorityLib);