-
-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Description
the demo:
<vue-qrcode
value="https://www.1stg.me"
@change="onDataUrlChange"
/>
the error:
[Vue warn]: Missing required prop: "color"
Vue warn]: Missing required prop: "type"
change demo:
data() {
return {
qrcode: {
color: {
dark: 'black', // 设置二维码的主要颜色
light: 'white' // 设置二维码的背景颜色
}
},
codeText: 'test qrcode text',
no error, but there is no a qrcode in the page
thomas-mc-work
Metadata
Metadata
Assignees
Labels
No labels