🕌
QRコードを表示
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>
<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