We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 399eb79 + d7f324c commit b20005aCopy full SHA for b20005a
src/packages/vue-qr.vue
@@ -106,21 +106,23 @@ export default {
106
default: "#FFFFFF"
107
},
108
components: {
109
- default: {
110
- data: {
111
- scale: 0.4
112
- },
113
- timing: {
114
- scale: 0.5,
115
- protectors: false
116
117
- alignment: {
118
119
120
121
- cornerAlignment: {
122
- scale: 1,
123
- protectors: true
+ default: function(){
+ return {
+ data: {
+ scale: 0.4
+ },
+ timing: {
+ scale: 0.5,
+ protectors: false
+ alignment: {
+ cornerAlignment: {
+ scale: 1,
124
+ protectors: true
125
+ }
126
}
127
128
0 commit comments