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

8 lines
129 B
TypeScript
Raw Normal View History

2020-12-07 21:17:24 +08:00
import Authority from './src/index.vue';
2020-11-18 22:41:59 +08:00
import { withInstall } from '../util';
2020-12-07 21:17:24 +08:00
withInstall(Authority);
export { Authority };