Skip to content

Commit

Permalink
chore(useQRCode): add alt text for Docs (#652)
Browse files Browse the repository at this point in the history
  • Loading branch information
yamanoku committed Jul 31, 2021
1 parent cb303d4 commit 24ca944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/integrations/useQRCode/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const qrcode = useQRCode(text)

```html
<input v-model="text" type="text">
<img :src="qrcode" />
<img :src="qrcode" alt="QR Code" />
```


Expand Down

0 comments on commit 24ca944

Please sign in to comment.