Creates a http client
Once registered it can be used in the options API via the globalProperties $vHttpClient
this.$vHttpClient.get(...)
an object with install method that can be used in Vue.use(createVHttpClient()) call
Vue.use(createVHttpClient())
an array of interceptors
Generated using TypeDoc
Creates a http client
Once registered it can be used in the options API via the globalProperties $vHttpClient
Returns
an object with install method that can be used in
Vue.use(createVHttpClient())
call