Skip to content
This repository has been archived by the owner on Nov 30, 2020. It is now read-only.

Feat: add directive v-ripple #340

Merged
merged 5 commits into from
Jul 22, 2019
Merged

Feat: add directive v-ripple #340

merged 5 commits into from
Jul 22, 2019

Conversation

tychenjiajun
Copy link
Contributor

@tychenjiajun tychenjiajun commented Jul 16, 2019

fixes #267

The customized directive is better than mixin. Mixin will be injected into all the components no matter the users need the ripple or not. And mixin is highly possible to be deprecated in Vue 3.0.

@tychenjiajun tychenjiajun requested a review from matsp July 17, 2019 08:37
Copy link
Owner

@matsp matsp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for implementation. I like the idea to let the user choose!

@matsp matsp merged commit d5d873e into matsp:master Jul 22, 2019
@tychenjiajun tychenjiajun deleted the ripple branch July 22, 2019 10:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Define ripple as a mixin, instead of a component
2 participants