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 ee16c65 commit 9e4da4fCopy full SHA for 9e4da4f
README.md
@@ -30,7 +30,6 @@ Usage in Vue 3:
30
```js
31
const app = Vue.createApp(...)
32
app.use(VueAxios, axios)
33
-app.mount('#app')
34
```
35
36
### Script:
src/index.js
@@ -45,6 +45,7 @@ function plugin(app, axios) {
45
}
46
47
app.axios = axios;
48
+ app.$http = axios;
49
50
51
if (typeof exports == "object") {
0 commit comments