Sansnn / uQRCode

全端二维码生成插件
Apache License 2.0
179 stars 79 forks source link

小程序设置透明背景色不生效 #34

Open xxwangkaimin opened 6 months ago

xxwangkaimin commented 6 months ago
<uqrcode ref="qrcode" canvas-id="qrcode" :value="userCode" size="245" :options="{
            backgroundPadding: 1,
            foregroundColor: '#fff',
            foregroundImageWidth: '40',
            foregroundImageHeight: '40',
            foregroundImageSrc: imageBaseUrl + '/logo.png',
            backgroundColor: 'rgba(0,0,0,0)'
          }" :start="false">
            <template v-slot:loading>
              <text style="color: green;">loading...</text>
            </template>
 </uqrcode>

显示效果: image