初始版本提交
This commit is contained in:
4
src/components/Authority/index.ts
Normal file
4
src/components/Authority/index.ts
Normal file
@ -0,0 +1,4 @@
|
||||
import { withInstall } from '/@/utils';
|
||||
import authority from './src/Authority.vue';
|
||||
|
||||
export const Authority = withInstall(authority);
|
||||
Reference in New Issue
Block a user