mirror of
https://gitee.com/xiangheng/x_admin.git
synced 2025-10-05 16:17:00 +08:00
9 lines
209 B
TypeScript
9 lines
209 B
TypeScript
declare module 'vue' {
|
|
interface ComponentCustomProperties {
|
|
$filePath: (typeof import('@/methods/index'))['filePath'],
|
|
$perms: (typeof import('@/utils/perms'))['perms']
|
|
|
|
}
|
|
}
|
|
|
|
export {} |