mirror of
https://gitee.com/dromara/go-view.git
synced 2026-05-14 12:22:08 +08:00
perf: 优化 ctrl 监听
This commit is contained in:
4
types/global.d.ts
vendored
4
types/global.d.ts
vendored
@@ -6,7 +6,7 @@ interface Window {
|
||||
$t: any
|
||||
$vue: any
|
||||
// 键盘按键记录
|
||||
$KeyboardActive?: Set<string>
|
||||
$KeyboardActive?: { [T: string]: boolean }
|
||||
}
|
||||
|
||||
declare type Recordable<T = any> = Record<string, T>
|
||||
declare type Recordable<T = any> = Record<string, T>
|
||||
|
||||
Reference in New Issue
Block a user