-
-
Notifications
You must be signed in to change notification settings - Fork 7k
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 Report] VCalendar - [Vue warn]: Failed to resolve directive: ripple #8096
Comments
Same in v2.0.2, no ripple effect on event "bar" and [Vue varn] in console |
Thanks for the issue, creating a PR to fix this soon. |
I get the same warning when using with Code example from https://vuetifyjs.com/en/components/data-tables/#crud-actions And using a custom slot with a checkbox:
If the checkbox is disabled everything works perfectly. [Vue warn]: Failed to resolve directive: ripple |
We kindly ask users to not comment on closed/resolved issues. If you believe that this issue has not been correctly resolved, please create a new issue showing the regression. If you have any additional questions, please reach out to us in our Discord community. |
Environment
Vuetify Version: 2.0.1
Vue Version: 2.6.10
Browsers: Google Chrome, Mozilla Firefox
OS: Windows 10, Windows
Steps to reproduce
Expected Behavior
No warning
Actual Behavior
Console:
[Vue warn]: Failed to resolve directive: ripple
(found in )
Reproduction Link
https://github.com/Apther/vuetify-calendar-ripple-bug.git
Other comments
Probably missing import in vuetify/lib/components/VCalendar/mixins/calendar-with-events.js :
and directive in CalendarBase.extend:
But I'm not sure if it's correct solution.
Another way to solve it was importing vuetify from vuetify (not vuetify/lib), but since version 2.0.1 it destroys some styles, so it's not usable.
The text was updated successfully, but these errors were encountered: