diff --git a/docs/ru/config/index.md b/docs/ru/config/index.md index f290869fee..c62362e0ea 100644 --- a/docs/ru/config/index.md +++ b/docs/ru/config/index.md @@ -159,10 +159,13 @@ module.exports = { // vue.config.js module.exports = { devServer: { - overlay: { - warnings: true, - errors: true - } + client: { + overlay: { + errors: true, + warnings: false, + runtimeErrors: true, + }, + }, } } ```