mirror of
https://gitee.com/dromara/go-view.git
synced 2026-01-30 00:05:29 +08:00
feat: 动态注册组件,优化首页出现性能
This commit is contained in:
2
types/global.d.ts
vendored
2
types/global.d.ts
vendored
@@ -2,7 +2,9 @@ interface Window {
|
||||
$loading: any
|
||||
$message: any
|
||||
$dialog: any
|
||||
// 语言
|
||||
$t: any
|
||||
$vue: any
|
||||
}
|
||||
|
||||
declare type Recordable<T = any> = Record<string, T>
|
||||
Reference in New Issue
Block a user