Skip to content

Commit 9137cb3

Browse files
committed
Update readme.md
1 parent 645d2d5 commit 9137cb3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

readme.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -684,9 +684,10 @@ var qrcode = new QRCode(DOM_object, options_object);
684684
```HTML
685685
<script>
686686
import { onMount } from 'svelte';
687-
import * as QRCode from 'easyqrcodejs';
687+
import QRCode from 'easyqrcodejs'
688+
// import * as QRCode from 'easyqrcodejs';
688689
689-
export let text;
690+
export let codeValue;
690691
let node;
691692
692693
onMount(() => {

0 commit comments

Comments
 (0)