feat: move wallet.html to vue component. FINAL DynamicComponent pr (#3559)
This commit is contained in:
@@ -1,13 +1,5 @@
|
||||
window.app.component('lnbits-admin-server', {
|
||||
props: ['form-data'],
|
||||
template: '#lnbits-admin-server',
|
||||
mixins: [window.windowMixin],
|
||||
data() {
|
||||
return {
|
||||
currencies: []
|
||||
}
|
||||
},
|
||||
async created() {
|
||||
this.currencies = await LNbits.api.getCurrencies()
|
||||
}
|
||||
mixins: [window.windowMixin]
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user