From 58ec5a0230ebe022ef0a0ec9a911512278829451 Mon Sep 17 00:00:00 2001 From: silverwind Date: Fri, 16 Feb 2024 01:04:20 +0100 Subject: [PATCH] Avoid vue warning in dev mode --- webpack.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/webpack.config.js b/webpack.config.js index 16afa0ff9c1f1..8b3b8477c10b9 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -172,6 +172,7 @@ export default { new DefinePlugin({ __VUE_OPTIONS_API__: true, // at the moment, many Vue components still use the Vue Options API __VUE_PROD_DEVTOOLS__: false, // do not enable devtools support in production + __VUE_PROD_HYDRATION_MISMATCH_DETAILS__: false, // https://github.com/vuejs/vue-cli/pull/7443 }), new VueLoaderPlugin(), new MiniCssExtractPlugin({