Skip to content

Instantly share code, notes, and snippets.

methods: {
/**
* Fetch all invoices for the user
*/
fetchInvoices() {
this.$http({url: '/invoices/fetch', method: 'GET'}).then(function (response) {
console.log('trigged');