Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c21c156

Browse files
fix: add missing default __VUE_PROD_HYDRATION_MISMATCH_DETAILS__ (#7443)
Fixes vue v3.5.19 compatibility
1 parent f36a4ed commit c21c156

File tree

1 file changed

+2
-1
lines changed
  • packages/@vue/cli-service/lib/config

1 file changed

+2
-1
lines changed

‎packages/@vue/cli-service/lib/config/base.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,8 @@ module.exports = (api, options) => {
158158
.plugin('feature-flags')
159159
.use(webpack.DefinePlugin, [{
160160
__VUE_OPTIONS_API__: 'true',
161-
__VUE_PROD_DEVTOOLS__: 'false'
161+
__VUE_PROD_DEVTOOLS__: 'false',
162+
__VUE_PROD_HYDRATION_MISMATCH_DETAILS__: 'false'
162163
}])
163164
}
164165

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /