Skip to content

Commit 8d28631

Browse files
committed
Update config.md
1 parent bf60be8 commit 8d28631

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Diff for: docs/api/config.md

-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ VueTestUtils.config.logModifiedComponents = false
101101
- default: `true`
102102

103103
It suppresses warnings triggered by Vue while mutating component's observables (e.g. props). When set to `false`, all warnings are visible in the console. This is a configurable way which relies on `Vue.config.silent`.
104-
105104
Example:
106105

107106
```js

Diff for: docs/api/wrapper-array/setData.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## setData(data)
22

3-
Sets `Wrapper` `vm` data by each `Wrapper` in `WrapperArray`.
3+
Sets `Wrapper` `vm` data and forces update on each `Wrapper` in `WrapperArray`.
44

55
**Note every `Wrapper` must contain a Vue instance.**
66

0 commit comments

Comments
 (0)