Vue3 QRCode生成

一. 依赖安装

npm install vue-qr --save

二. 引用与使用

  1. 引用

  1. 使用



export default{
  data () {
    return {
      text: 'http://www.baidu.com',
      size: 180
    }
  }
}

你可能感兴趣的:(#,L4:Vue,vue.js,qrcode)