mumuy / widget-qrcode

二维码组件 - 二维码插件/二维码美化/二维码库/二维码图片/QRCode tool/QRCode WebCompotent/QRCode Beautify
https://passer-by.com/widget-qrcode/
MIT License
344 stars 21 forks source link

你好!请问在vue3中如何使用呢 #1

Closed wukongyang closed 3 months ago

mumuy commented 4 months ago

引入脚本和标签即可

wukongyang commented 3 months ago

引入脚本和标签即可

试过,不太行,只展示了普通二维码,无法切换类型

mumuy commented 3 months ago

有演示地址 https://passer-by.com/widget-qrcode/

Z-Hansu commented 1 month ago

有演示地址 https://passer-by.com/widget-qrcode/

我尝试过,在 html 文件中使用是没问题的。但是在 vue 文件中,会出现以下提示: [Vue warn]: Failed setting prop "template" on <widget-qrcode>: value is invalid. TypeError: Cannot set property template of #<t> which has only a getter 请问该如何解决?

mumuy commented 1 month ago

现在试试看,vue不允许一个组件只有getter没有setter

Z-Hansu commented 1 month ago

现在试试看,vue不允许一个组件只有getter没有setter

可以了:)