0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

vue3 qrserver.com で qrコードを作成

Posted at

まぁ、vue3関係ないが。

一応vueのライブラリはあるようだが面倒くさそうなのでAPIで生成

ヤフーに飛ぶ QRコード

<img src="https://api.qrserver.com/v1/create-qr-code/?data=https://yahoo.co.jp&size=100x100" alt="QRコード" />

はい。たったこれだけ。
今回はvue3で動的生成したいので

<img :src="`https://api.qrserver.com/v1/create-qr-code/?data=https://renkatu.club/lp/${user.u.id}&size=100x100`">

これでqrコードを利用してリンクを生成できる

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?