🕌

QRコードを表示

2023/10/21に公開

QRコードを表示

<template>
  <VueQrcode :value="path" :options="{ width: 200 }" />
</template>
<script lang="ts">
  import VueQrcode from '@chenfengyuan/vue-qrcode';
  const path = "https://www.google.com/";
</script>

参考

Discussion