Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7420564 commit 439e1a5Copy full SHA for 439e1a5
‎packages/runtime-dom/src/directives/vShow.ts‎
@@ -45,7 +45,7 @@ export const vShow: ObjectDirective<VShowElement> & { name?: 'show' } = {
45
},
46
}
47
48
-if (__DEV__) {
+if (__DEV__ || __FEATURE_PROD_HYDRATION_MISMATCH_DETAILS__) {
49
vShow.name = 'show'
50
51
0 commit comments