$api
Introduction
Enabling the $api instance object
...
plugins: [
'Vue/InstanceMethod/Api'
]
...Usage
this.$api.get('/path/to/endpoint').then(response => {
let result = response.json();
});Last updated