File tree Expand file tree Collapse file tree 4 files changed +5
-1
lines changed Expand file tree Collapse file tree 4 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ Vue Test Utils is the official unit testing utility library for Vue.js.
29
29
- [ attrs] ( api/options.md#attrs )
30
30
- [ listeners] ( api/options.md#listeners )
31
31
- [ provide] ( api/options.md#provide )
32
+ - [ sync] ( api/options.md#sync )
32
33
- [ other options] ( api/options.md#other-options )
33
34
* [ Wrapper] ( api/wrapper/README.md )
34
35
* [ attributes] ( api/wrapper/attributes.md )
Original file line number Diff line number Diff line change 25
25
- [ attrs] ( api/options.md#attrs )
26
26
- [ listeners] ( api/options.md#listeners )
27
27
- [ provide] ( api/options.md#provide )
28
+ - [ sync] ( api/options.md#sync )
28
29
- [ other options] ( api/options.md#other-options )
29
30
* [ Wrapper] ( api/wrapper/README.md )
30
31
* [ attributes] ( api/wrapper/attributes.md )
Original file line number Diff line number Diff line change 13
13
- [ attrs] ( ./options.md#attrs )
14
14
- [ listeners] ( ./options.md#listeners )
15
15
- [ provide] ( ./options.md#provide )
16
+ - [ sync] ( ./options.md#sync )
16
17
- [ other options] ( ./options.md#other-options )
17
18
* [ Wrapper] ( ./wrapper/README.md )
18
19
* [ attributes] ( ./wrapper/attributes.md )
Original file line number Diff line number Diff line change @@ -172,7 +172,8 @@ Pass properties for components to use in injection. See [provide/inject](https:/
172
172
- type: ` boolean `
173
173
- default: ` true `
174
174
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.
176
177
177
178
## Other options
178
179
You can’t perform that action at this time.
0 commit comments