Michael Wang 4 лет назад
Родитель
Сommit
08893038a7
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/features/mark/MarkHistory.vue

+ 1 - 1
src/features/mark/MarkHistory.vue

@@ -242,7 +242,7 @@ export default defineComponent({
       }
     }
 
-    function _updateSecretNumber(event: InputEvent) {
+    function _updateSecretNumber(event: Event) {
       const inputEle = event.target as HTMLInputElement;
       secretNumberInput.value = inputEle.value ?? "";
     }