Skip to content

Commit 571c4ee

Browse files
38elementseddyerburgh
authored andcommitted
docs: add links for sync option (#487)
1 parent dcc3167 commit 571c4ee

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

docs/en/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Vue Test Utils is the official unit testing utility library for Vue.js.
2929
- [attrs](api/options.md#attrs)
3030
- [listeners](api/options.md#listeners)
3131
- [provide](api/options.md#provide)
32+
- [sync](api/options.md#sync)
3233
- [other options](api/options.md#other-options)
3334
* [Wrapper](api/wrapper/README.md)
3435
* [attributes](api/wrapper/attributes.md)

docs/en/SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
- [attrs](api/options.md#attrs)
2626
- [listeners](api/options.md#listeners)
2727
- [provide](api/options.md#provide)
28+
- [sync](api/options.md#sync)
2829
- [other options](api/options.md#other-options)
2930
* [Wrapper](api/wrapper/README.md)
3031
* [attributes](api/wrapper/attributes.md)

docs/en/api/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
- [attrs](./options.md#attrs)
1414
- [listeners](./options.md#listeners)
1515
- [provide](./options.md#provide)
16+
- [sync](./options.md#sync)
1617
- [other options](./options.md#other-options)
1718
* [Wrapper](./wrapper/README.md)
1819
* [attributes](./wrapper/attributes.md)

docs/en/api/options.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,8 @@ Pass properties for components to use in injection. See [provide/inject](https:/
172172
- type: `boolean`
173173
- default: `true`
174174

175-
Sets all watchers to run synchronously.
175+
When `sync` is `true`, the Vue component is rendered synchronously.
176+
When `sync` is `false`, the Vue component is rendered asynchronously.
176177

177178
## Other options
178179

0 commit comments

Comments
 (0)