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 472a831 commit 17c7ad8Copy full SHA for 17c7ad8
indepth/development/vue-v16.2.md
@@ -81,7 +81,7 @@ Change the file `/src/components/HelloWorld.vue` to match the following `templat
81
},
82
mounted() {
83
this.bWASM = false;
84
- Dynamsoft.WebTwainEnv.ResourcesPath = "dwt-resources";
+ Dynamsoft.WebTwainEnv.ResourcesPath = "/dwt-resources";
85
Dynamsoft.WebTwainEnv.ProductKey = 'YOUR-PRODUCT-KEY';
86
Dynamsoft.WebTwainEnv.Containers = [{
87
WebTwainId: "dwtObject",
0 commit comments