浏览代码

fix missing var

Michael Wang 3 年之前
父节点
当前提交
9dc2095229
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/features/OnlineExam/FaceRecognition.vue

+ 1 - 0
src/features/OnlineExam/FaceRecognition.vue

@@ -22,6 +22,7 @@ const {
   height = 300,
   snapId = 0,
   examRecordDataId = -1,
+  showRecognizeButton = false,
 } = defineProps<{
   width: string;
   height: string;