4090-global_invoincing #1135
|
@ -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);
|
|
||||||
},
|
},
|
||||||
vicent marked this conversation as resolved
Outdated
|
|||||||
methods: {
|
methods: {
|
||||||
fetchInvoice(reference) {
|
fetchInvoice(reference) {
|
||||||
|
|
Loading…
Reference in New Issue
Quitar console.log