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
Copy file name to clipboardExpand all lines: packages/vue/README.md
+4
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,10 @@
49
49
- Default: `false`
50
50
- Enable / disable detailed warnings for hydration mismatches in production
51
51
52
+
-`__VUE_PROD_TRUSTED_TYPES__`
53
+
- Default: `false`
54
+
- Enable / disable built-in Trusted Types Policy for compatibility with the [`trusted-types` CSP directive](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/trusted-types)
55
+
52
56
The build will work without configuring these flags, however it is **strongly recommended** to properly configure them in order to get proper tree-shaking in the final bundle.
0 commit comments