Skip to content

Commit d10d544

Browse files
authored
Merge pull request #73 from vue-boss/patch-1
Update 02-quick-start.md
2 parents ffe5b12 + 6fec2a2 commit d10d544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial/02-getting-started/02-quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ In an asynchronous function, you can also use `await alovaInstance.Get` to wait
113113
Submit data through `alovaInstance.Post`. This is also very simple.
114114

115115
```js
116-
const response = alovaInstance.Post('https://alovajs.dev/posts', {
116+
const response = await alovaInstance.Post('https://alovajs.dev/posts', {
117117
title: 'foo',
118118
body: 'bar',
119119
userId: 1

0 commit comments

Comments
 (0)