Skip to content

Commit bedfb80

Browse files
committed
update nuxtjs sample to adapt to DBR JS 9.0.0
1 parent 7f1a0da commit bedfb80

5 files changed

Lines changed: 115 additions & 55 deletions

File tree

1.hello-world/8.read-video-nuxtjs/components/HelloWorld.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<script>
1515
import "../dbr"; // import side effects. The license, engineResourcePath, so on.
16-
import { BarcodeScanner } from 'dynamsoft-javascript-barcode'
16+
import { BarcodeScanner } from 'keillion-dynamsoft-javascript-barcode'
1717
import VideoDecode from "./VideoDecode";
1818
import ImgDecode from "./ImgDecode";
1919
@@ -64,7 +64,7 @@ button {
6464
margin: 2vmin auto;
6565
text-align: center;
6666
font-size: medium;
67-
height: 40vh;
67+
/* height: 40vh; */
6868
width: 80vw;
6969
}
7070
</style>

1.hello-world/8.read-video-nuxtjs/components/ImgDecode.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
</template>
44

55
<script>
6-
import { BarcodeReader } from 'dynamsoft-javascript-barcode'
6+
import { BarcodeReader } from 'keillion-dynamsoft-javascript-barcode'
77
export default {
88
name: 'ImgDecode',
99
data() {

0 commit comments

Comments
 (0)