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/cli-plugin-pwa/README.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -84,6 +84,12 @@ file, or the `"vue"` field in `package.json`.
84
84
- display: `'standalone'`
85
85
- theme_color: `pwa.themeColor`
86
86
87
+
-**pwa.manifestCrossorigin**
88
+
89
+
- Default: `undefined`
90
+
91
+
Value for `crossorigin` attribute in manifest link tag in the generated HTML. You may need to set this if your PWA is behind an authenticated proxy. See [cross-origin values](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/link#attr-crossorigin) for more details.
Copy file name to clipboardExpand all lines: packages/@vue/cli-ui/locales/en.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -720,7 +720,7 @@
720
720
},
721
721
"manifestCrossorigin": {
722
722
"message": "Attribute value for manifest.json link tag's crossorigin attribute",
723
-
"description": "Value for `crossoriging` attribute in manifest link tag in the generated HTML, you may need to set this if your pwa is behind an authenticated proxy"
723
+
"description": "Value for `crossorigin` attribute in manifest link tag in the generated HTML, you may need to set this if your pwa is behind an authenticated proxy"
0 commit comments