refactor: rename component
This commit is contained in:
parent
be6dbb68c6
commit
3e7ce185f6
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
async function fees(path) {
|
async function feeRate(path) {
|
||||||
const template = await loadTemplateAsync(path)
|
const template = await loadTemplateAsync(path)
|
||||||
Vue.component('fees', {
|
Vue.component('fees', {
|
||||||
name: 'fees',
|
name: 'fees',
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ const watchOnly = async () => {
|
||||||
await addressList('static/components/address-list/address-list.html')
|
await addressList('static/components/address-list/address-list.html')
|
||||||
await history('static/components/history/history.html')
|
await history('static/components/history/history.html')
|
||||||
await utxoList('static/components/utxo-list/utxo-list.html')
|
await utxoList('static/components/utxo-list/utxo-list.html')
|
||||||
await fees('static/components/fee-rate/fee-rate.html')
|
await feeRate('static/components/fee-rate/fee-rate.html')
|
||||||
await payment('static/components/payment/payment.html')
|
await payment('static/components/payment/payment.html')
|
||||||
|
|
||||||
Vue.filter('reverse', function (value) {
|
Vue.filter('reverse', function (value) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue