Skip to content

Commit d26cb51

Browse files
committed
Update App.vue
1 parent 827b60d commit d26cb51

File tree

1 file changed

+1
-1
lines changed
  • barcode-scanner-api-samples/scan-single-barcode/vue/src

1 file changed

+1
-1
lines changed

barcode-scanner-api-samples/scan-single-barcode/vue/src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ onMounted(() => {
99
// Configuration object for initializing the BarcodeScanner instance
1010
const config = {
1111
license: "DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9", // Replace with your Dynamsoft license key
12-
container: scannerViewRef.value, // Specify where to render the scanner UI
12+
container: scannerViewRef.value!, // Specify where to render the scanner UI
1313
1414
// Specify the path for the definition file "barcode-scanner.ui.xml" for the scanner view.
1515
uiPath: "https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader-bundle@11.0.3000/dist/",

0 commit comments

Comments
 (0)