vue3 将文字或链接生成二维码 qrcode.vue

安装

npm install --save qrcode.vue

案例 vue3+ts

利用Popover 气泡卡片 点击后弹窗,或是修改为鼠标触动弹框都可以
还可以写css样式改变二维码与卡片样式【Popover 气泡卡片】

<el-popover placement="right" trigger="click" :teleported="false">
  <template #reference>
    <el-link type="primary" class="qc_handle" @click="goCode">生成二维码</

你可能感兴趣的:(vue基础学习,vue.js,javascript,typescript)