- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 681
Add allowModifiers option to valid-v-slot #1330
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
Conversation
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.
Thank you for this PR!
I have some change requests.
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! Thank you!
Why was this added as an option that's disabled by default? Vuetify uses |
Hi @KaelWD. |
About
Add
allowModifiers
option tovalid-v-slot
rules. When this option is set totrue
, modifiers in the argument ofv-slot
are ignored, and invalid modifiers likev-slot.foo
are still disallowed.