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
Currently there is no Icon.vue in published version on npm.
Problem I am facing with that is, the bundled Icon.js adds style tag inline which is a security risk to allow. So my CSP(Content security policy) header does not allow for it. So, I got to use Icon.vue while bundling to make sure the css goes into a separate file
The text was updated successfully, but these errors were encountered:
Currently there is no Icon.vue in published version on npm.
Problem I am facing with that is, the bundled Icon.js adds style tag inline which is a security risk to allow. So my CSP(Content security policy) header does not allow for it. So, I got to use Icon.vue while bundling to make sure the css goes into a separate file
The text was updated successfully, but these errors were encountered: