refactor: borrado console.log
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
f6e14db9f4
commit
a30f50ffe5
|
@ -4,7 +4,6 @@ module.exports = {
|
||||||
name: 'invoice',
|
name: 'invoice',
|
||||||
async serverPrefetch() {
|
async serverPrefetch() {
|
||||||
this.invoice = await this.fetchInvoice(this.reference);
|
this.invoice = await this.fetchInvoice(this.reference);
|
||||||
console.log('this.invoice: ', this.invoice);
|
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
fetchInvoice(reference) {
|
fetchInvoice(reference) {
|
||||||
|
|
Loading…
Reference in New Issue