We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a63718 commit 4ae412eCopy full SHA for 4ae412e
src/components/QrcodeReader.vue
@@ -283,7 +283,7 @@ export default {
283
const joinObjects = (objA, objB) => ({ ...objA, ...objB })
284
285
return Object.entries(location)
286
- .map(([ key, val ]) => [ key, normalizeEntry(val) ])
+ .map(([ key, val ]) => ({ [key]: normalizeEntry(val) }))
287
.reduce(joinObjects, {})
288
}
289
},
0 commit comments