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
The stub stored in `config.stubs` is used by default.
50
+
The stub stored in `config.stubs` is used by default.
51
51
Stubs to use in components. These are overwritten by `stubs` passed in the mounting options.
52
52
53
53
When passing `stubs` as an array in the mounting options, `config.stubs` are converted to an array, and will stub components with a basic component that returns `<${component name}-stub>`.
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`.
Copy file name to clipboardExpand all lines: docs/ru/api/config.md
-15Lines changed: 0 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,18 +74,3 @@ config.provide['$logger'] = {
74
74
}
75
75
}
76
76
```
77
-
78
-
### `silent`
79
-
80
-
- Тип: `Boolean`
81
-
- По умолчанию: `true`
82
-
83
-
Подавляет предупреждения, вызванные Vue во время изменения наблюдаемых компонентов (например, входных параметров). Если установлено значение `false`, все предупреждения показываются в консоли. Это настраиваемый способ, который основывается на `Vue.config.silent`.
0 commit comments