fix: 修改预览页面的报错问题

This commit is contained in:
奔跑的面条
2022-11-05 21:31:42 +08:00
parent c35dd6fad9
commit 32762aa8a7
3 changed files with 10 additions and 8 deletions
+2
View File
@@ -7,6 +7,8 @@ interface Window {
$vue: any
// 键盘按键记录
$KeyboardActive?: { [T: string]: boolean }
// 编辑 JSON 的存储对象
opener: any
}
declare type Recordable<T = any> = Record<string, T>