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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -459,7 +459,7 @@ Static methods can be accessed from [`echarts` itself](https://echarts.apache.or
459
459
460
460
## CSP: `style-src` or `style-src-elem`
461
461
462
-
If you are applying a CSP to prevent inline `<style>` injection, you need to use files from `dist/csp`directory and include `dist/csp/style.css` into your app manually.
462
+
If you are applying a CSP to prevent inline `<style>` injection, you need to use `vue-echarts/csp`instead of `vue-echarts`and include `vue-echarts/csp/style.css` manually.
0 commit comments