Newer
Older
dxCard-admin / src / components / Authority / index.ts
YFJ on 23 Sep 135 bytes 项目推送
import { withInstall } from '/@/utils';
import authority from './src/Authority.vue';

export const Authority = withInstall(authority);