Merge branch 'main' of https://gitee.com/dapppp/ruoyi-plus-vben5
commit
21e05a1bc8
@ -0,0 +1,13 @@
|
||||
import type { Directive } from 'vue';
|
||||
|
||||
declare module 'vue' {
|
||||
export interface ComponentCustomProperties {
|
||||
/**
|
||||
* 判断权限: v-access:code=""
|
||||
* 判断角色 v-access:role=""
|
||||
* VueOfficial插件暂时不支持判断modifer/arg
|
||||
* @see https://github.com/vuejs/language-tools/issues/4810
|
||||
*/
|
||||
vAccess: Directive<Element, string | string[]>;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in new issue