Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate to Manifest v3 #184

Open
KyleMit opened this issue Jan 18, 2023 · 1 comment
Open

Migrate to Manifest v3 #184

KyleMit opened this issue Jan 18, 2023 · 1 comment

Comments

@KyleMit
Copy link
Member

KyleMit commented Jan 18, 2023

When we update to v3, we get the following errors

https://v2.vuejs.org/v2/guide/installation.html#CSP-environments

When we have the following CSP:

"extension_pages": "script-src 'self'; object-src 'self'"
[Vue warn]: It seems you are using the standalone build of Vue.js in an environment with Content Security Policy that prohibits unsafe-eval. The template compiler cannot work in this environment. Consider relaxing the policy to allow unsafe-eval or pre-compiling your templates into render functions.
[Vue warn]: Error compiling template: invalid expression: Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: "script-src 'self'". in saved.counts.length == 0 Raw expression: v-if="saved.counts.length == 0" 1 | <div id="filing-app"> 2 | <div id="coverDiv" class="empty-state" v-if="saved.counts.length == 0"> | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3 | <div id="logoDivCover"> 4 | <img id="code4btv" src="./images/code4BTV-logo-300-300.png" alt="Home" class="logos"> (found in <Root>)
@KyleMit
Copy link
Member Author

KyleMit commented Jan 18, 2023

Two baseline things I want to try

  • Create a global view app inside a extension v3 manifest
  • Create Hello World app inside a extension v3 manifest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant