async nameOfFunction(){ await this.$axios.$post('https://api.com/v1/resource', { name: 'name', date: 'date' }, { // Config }) }