7152-devToTest_2414 #2228

Merged
alexm merged 636 commits from 7152-devToTest_2414 into test 2024-03-28 08:26:34 +00:00
1 changed files with 1 additions and 3 deletions
Showing only changes of commit 3736d0708b - Show all commits

View File

@ -46,9 +46,7 @@ module.exports = {
}, },
methods: { methods: {
getQR(id) { getQR(id) {
const data = String(id); return qrcode.toDataURL(String(id), {margin: 0});
return qrcode.toDataURL(data, {margin: 0});
}, },
} }
}; };