dedsudiyu hace 4 días
padre
commit
8f2d1e665c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      pages/views/scanCodePage.vue

+ 1 - 1
pages/views/scanCodePage.vue

@@ -58,7 +58,7 @@ export default {
     }
   },
   beforeDestroy() {
-    this.codeReader?.reset();
+    this.codeReader.reset();
   }
 }
 </script>