No more anon func

This commit is contained in:
2020-01-24 14:55:19 +01:00
parent 5301e70a86
commit 3bbf95c413

View File

@@ -18,7 +18,7 @@ export default {
amount: Number
},
methods: {
openVipps: () => {
openVipps: function() {
window.location.assign('https://qr.vipps.no/28/2/01/031/4797740427?v=1&m=Vinlotteri🍾&a=' + 100 * this.amount)
}
}