mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-03 02:47:30 +00:00
style 代码格式化
This commit is contained in:
10
types/directives.d.ts
vendored
10
types/directives.d.ts
vendored
@@ -1,11 +1,11 @@
|
||||
import type { Directive } from 'vue';
|
||||
import { RoleEnum } from '@/enums/roleEnum';
|
||||
import type { Directive } from 'vue'
|
||||
import { RoleEnum } from '@/enums/roleEnum'
|
||||
|
||||
declare module 'vue' {
|
||||
export interface ComponentCustomProperties {
|
||||
vLoading: Directive<Element, boolean>;
|
||||
vAuth: Directive<Element, string | string[] | RoleEnum[]>;
|
||||
vLoading: Directive<Element, boolean>
|
||||
vAuth: Directive<Element, string | string[] | RoleEnum[]>
|
||||
}
|
||||
}
|
||||
|
||||
export {};
|
||||
export {}
|
||||
|
Reference in New Issue
Block a user