You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Configuration object for initializing the BarcodeScanner instance. Refer to https://www.dynamsoft.com/barcode-reader/docs/web/programming/javascript/api-reference/barcode-scanner.html#barcodescannerconfig
// Configuration object for initializing the BarcodeScanner instance. Refer to https://www.dynamsoft.com/barcode-reader/docs/web/programming/javascript/api-reference/barcode-scanner.html#barcodescannerconfig
58
111
letconfig={
59
-
license: "DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9",// Replace with your Dynamsoft license key
112
+
license: "DLS2eyJoYW5kc2hha2VDb2RlIjoiMjAwMDAwLWRicl9qc19zYW1wbGVzIiwib3JnYW5pemF0aW9uSUQiOiIyMDAwMDAifQ==",// Replace with your Dynamsoft license key
60
113
container: ".barcode-scanner-view",// Specify where to render the scanner UI
Copy file name to clipboardExpand all lines: barcode-scanner-api-samples/scan-single-barcode/vue/src/App.vue
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ import vueLogo from "./assets/vue.svg";
6
6
onMounted(() => {
7
7
// Configuration object for initializing the BarcodeScanner instance
8
8
const config = {
9
-
license: "DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9", // Replace with your Dynamsoft license key
9
+
license: "DLS2eyJoYW5kc2hha2VDb2RlIjoiMjAwMDAwLWRicl9qc19zYW1wbGVzIiwib3JnYW5pemF0aW9uSUQiOiIyMDAwMDAifQ==", // Replace with your Dynamsoft license key
10
10
container: ".barcode-scanner-view", // Specify where to render the scanner UI
11
11
12
12
// Specify the path for the definition file "barcode-scanner.ui.xml" for the scanner view.
* You can visit https://www.dynamsoft.com/customer/license/trialLicense?utm_source=samples&product=dbr&package=js to get your own trial license good for 30 days.
* You can visit https://www.dynamsoft.com/customer/license/trialLicense?utm_source=github&product=dbr&package=js to get your own trial license good for 30 days.
* You can visit https://www.dynamsoft.com/customer/license/trialLicense?utm_source=github&product=dbr&package=js to get your own trial license good for 30 days.
0 commit comments