We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cffd1eb commit ffa539aCopy full SHA for ffa539a
nuxt/templates/plugin.js
@@ -1,10 +1,9 @@
1
import Vue from 'vue'
2
import AxiosHttp, { BaseService, Validator } from 'vue-axios-http'
3
4
-const errorProperty = '<%= options.errorProperty %>'
5
-const parsedQs = '<%= options.parsedQs %>'
+const options = '<%= options %>'
6
7
-Vue.use(AxiosHttp, { errorProperty, parsedQs })
+Vue.use(AxiosHttp, options)
8
9
export default function ({ $axios }, inject) {
10
BaseService.$http = $axios
0 commit comments