fix: copy invoice (#2500)

* fix: copy invoice
* chore: add mixins
* chore: make bundle
This commit is contained in:
Vlad Stan
2024-05-14 17:55:45 +02:00
committed by GitHub
parent 365f9a3923
commit f37cb6481c
3 changed files with 3 additions and 1 deletions
@@ -1,6 +1,7 @@
Vue.component('payment-list', {
name: 'payment-list',
props: ['update', 'wallet', 'mobileSimple', 'lazy'],
mixins: [windowMixin],
data: function () {
return {
denomination: LNBITS_DENOMINATION,