-
Notifications
You must be signed in to change notification settings - Fork 456
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
hope allow @require url support Data URLs #1084
Comments
I don't understand the purpose of this. Can you explain further? Is this something already supported by user script managers like Tampermonkey? |
Tampermonkey/Violentmonkey support |
Do you understand what I mean ? |
@JasonBarnabe hello, Could you please give me an accurate reply? |
JasonBarnabe
added a commit
that referenced
this issue
Sep 3, 2022
data URI |
ok, thanks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
because
vue
use iife export,element-plus
use umd, they can not both work in Tampermonkey/Violentmonkey window scopefull detail see vite-plugin-monkey#5
The simplest solution is that add a
@require url
to set window.Vue to scope.Vue aftervue require url
The text was updated successfully, but these errors were encountered: