mirror of
https://gitee.com/dromara/go-view.git
synced 2026-05-30 00:00:05 +08:00
Merge branch 'dev' of https://gitee.com/MTrun/go-view into master-fetch-dev
This commit is contained in:
Vendored
+2
-2
@@ -6,7 +6,7 @@ interface Window {
|
||||
$t: any
|
||||
$vue: any
|
||||
// 键盘按键记录
|
||||
$KeyboardActive?: Set<string>
|
||||
$KeyboardActive?: { [T: string]: boolean }
|
||||
}
|
||||
|
||||
|
||||
@@ -16,4 +16,4 @@ declare interface MyResponseType {
|
||||
data: any;
|
||||
}
|
||||
|
||||
declare type Recordable<T = any> = Record<string, T>
|
||||
declare type Recordable<T = any> = Record<string, T>
|
||||
|
||||
Reference in New Issue
Block a user