mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-29 04:31:08 -04:00
remove unwatnted code
This commit is contained in:
@ -180,11 +180,6 @@ export default {
|
|||||||
return `/invoices/pdf/${this.invoice.unique_hash}`
|
return `/invoices/pdf/${this.invoice.unique_hash}`
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
watch: {
|
|
||||||
'$route.params.id' (val) {
|
|
||||||
this.invoice()
|
|
||||||
}
|
|
||||||
},
|
|
||||||
created () {
|
created () {
|
||||||
this.loadInvoices()
|
this.loadInvoices()
|
||||||
this.onSearched = _.debounce(this.onSearched, 500)
|
this.onSearched = _.debounce(this.onSearched, 500)
|
||||||
|
|||||||
Reference in New Issue
Block a user