Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork378
fix(vueuse-directive): prefix as param with "v"#828
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
|
userquin left a comment• edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
LGTM: right now, we're using the component instead the directive, this PR will use the directive instead the component.
@J-Michalek we can remove theas
option(we need to review all VueUse directives exporting the component withv
prefix, iirc there are some components usinguse
prefix that should be removed, check linked unimport PR)
Description
See#827
Linked Issues
Fix#827
Additional context