Skip to content

Commit 17c7ad8

Browse files
authored
Update vue-v16.2.md
1 parent 472a831 commit 17c7ad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

indepth/development/vue-v16.2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Change the file `/src/components/HelloWorld.vue` to match the following `templat
8181
},
8282
mounted() {
8383
this.bWASM = false;
84-
Dynamsoft.WebTwainEnv.ResourcesPath = "dwt-resources";
84+
Dynamsoft.WebTwainEnv.ResourcesPath = "/dwt-resources";
8585
Dynamsoft.WebTwainEnv.ProductKey = 'YOUR-PRODUCT-KEY';
8686
Dynamsoft.WebTwainEnv.Containers = [{
8787
WebTwainId: "dwtObject",

0 commit comments

Comments
 (0)