You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api/config.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,3 +94,17 @@ import VueTestUtils from '@vue/test-utils'
94
94
95
95
VueTestUtils.config.logModifiedComponents=false
96
96
```
97
+
98
+
### `silentWarnings`
99
+
100
+
- type: `Boolean`
101
+
- default: `true`
102
+
103
+
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`.
0 commit comments