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