We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 827b60d commit d26cb51Copy full SHA for d26cb51
barcode-scanner-api-samples/scan-single-barcode/vue/src/App.vue
@@ -9,7 +9,7 @@ onMounted(() => {
9
// Configuration object for initializing the BarcodeScanner instance
10
const config = {
11
license: "DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9", // Replace with your Dynamsoft license key
12
- container: scannerViewRef.value, // Specify where to render the scanner UI
+ container: scannerViewRef.value!, // Specify where to render the scanner UI
13
14
// Specify the path for the definition file "barcode-scanner.ui.xml" for the scanner view.
15
uiPath: "https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader-bundle@11.0.3000/dist/",
0 commit comments