Browse Source

fix missing var

Michael Wang 3 năm trước cách đây
mục cha
commit
9dc2095229
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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;