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.
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 )
Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 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 )
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:/
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
You can’t perform that action at this time.
0 commit comments