mubaidr / vite-vue3-browser-extension-v3

Another vite powered web extension (chrome, firefox, etc.) starter template.
434 stars 56 forks source link

Support content-script shadow-dom #24

Closed ghost closed 1 year ago

mubaidr commented 1 year ago

Can you please provide more info? Relevant links etc?

ghost commented 1 year ago

@mubaidr hi These are related links ~
https://github.com/crxjs/chrome-extension-tools/discussions/239#discussioncomment-3748016

mubaidr commented 1 year ago

Are you willing to do a pull request to support this feature?

ghost commented 1 year ago

Of course, I can give it a try

ghost commented 1 year ago

@mubaidr hi I tried and implemented it when I had time. But obviously, it is not suitable to use vue-router with shadow-dom as it will affect the page routing. So I choose to close this issue.