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.
2 parents c8f1927 + 2c625f8 commit 9504da6Copy full SHA for 9504da6
README.md
@@ -17,10 +17,10 @@ Vue.use(VueAxios, axios)
17
```
18
19
### Script:
20
-Just add 3 script in order: `vue`, `axios` and `vue-axios` to your `document`.
+Just add 3 scripts in order: `vue`, `axios` and `vue-axios` to your `document`.
21
22
## Usage:
23
-This wrapper bind `axios` to var `Vue` or `this` if you're using single file component.
+This wrapper bind `axios` to `Vue` or `this` if you're using single file component.
24
25
You can `axios` like this:
26
0 commit comments