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

[bug] Failed to load picture #1

Closed
timelic opened this issue Mar 4, 2023 · 3 comments
Closed

[bug] Failed to load picture #1

timelic opened this issue Mar 4, 2023 · 3 comments

Comments

@timelic
Copy link

timelic commented Mar 4, 2023

截屏2023-03-04 10 15 28

I just clone the template and run command pnpm dev, and the vue's logo is broken.

I guess it needs to be placed in public folder?

My platform and os: chrome, mac

@mubaidr
Copy link
Owner

mubaidr commented Mar 4, 2023

Chrome manifest v3 does not allow third party resources, please correct me if am wrong. We need to include all resources within extension package.

@timelic
Copy link
Author

timelic commented Mar 5, 2023

Oh it's just because the path is wrong.

You can replace the "./assets/vue.svg" with "../assets/vue.svg" in the template.

@timelic timelic closed this as completed Mar 5, 2023
@mubaidr
Copy link
Owner

mubaidr commented Mar 5, 2023

Thanks, updating

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

2 participants