chore(paywall): minor updates

This commit is contained in:
Eneko Illarramendi
2020-04-21 23:47:21 +02:00
parent b1da103080
commit eb938c11a8
5 changed files with 40 additions and 9 deletions
+15
View File
@@ -1,3 +1,18 @@
Vue.component('lnbits-fsat', {
props: {
amount: {
type: Number,
default: 0
}
},
template: '<span>{{ fsat }}</span>',
computed: {
fsat: function () {
return LNbits.utils.formatSat(this.amount);
}
}
});
Vue.component('lnbits-wallet-list', {
data: function () {
return {