You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 30, 2020. It is now read-only.
Describe the bug
When adding
v-ripple
torouter-link
, the ripple only works once, because themdc-
classes vanish on route-changeDesktop:
Possible fix
I fixed this by using a MutationObserver and re-adding the previous classes.
(this will not work, if the
customized
modifier is used))The text was updated successfully, but these errors were encountered: