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
I've found that passing a dynamic value to the directive like this won't work:
v-ripple.600="rippleColor"
rippleColor changes dynamically based on if my app is in light or dark mode. Unfortunately, the ripple always stays in the color it was initialized with.
Am I missing or something or is this not supported?
The text was updated successfully, but these errors were encountered:
I've found that passing a dynamic value to the directive like this won't work:
v-ripple.600="rippleColor"
rippleColor
changes dynamically based on if my app is in light or dark mode. Unfortunately, the ripple always stays in the color it was initialized with.Am I missing or something or is this not supported?
The text was updated successfully, but these errors were encountered: