mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix: 修改语言切换
This commit is contained in:
Vendored
+5
-5
@@ -1,7 +1,7 @@
|
||||
|
||||
interface Window {
|
||||
$loading: any;
|
||||
$message: any;
|
||||
$dialog: any;
|
||||
$loading: any
|
||||
$message: any
|
||||
$dialog: any
|
||||
$t: any
|
||||
}
|
||||
declare type Recordable<T = any> = Record<string, T>;
|
||||
declare type Recordable<T = any> = Record<string, T>
|
||||
|
||||
Reference in New Issue
Block a user