No more anon func
This commit is contained in:
@@ -18,7 +18,7 @@ export default {
|
|||||||
amount: Number
|
amount: Number
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
openVipps: () => {
|
openVipps: function() {
|
||||||
window.location.assign('https://qr.vipps.no/28/2/01/031/4797740427?v=1&m=Vinlotteri🍾&a=' + 100 * this.amount)
|
window.location.assign('https://qr.vipps.no/28/2/01/031/4797740427?v=1&m=Vinlotteri🍾&a=' + 100 * this.amount)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user