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