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?
I've found that passing a dynamic value to the directive like this won't work:
v-ripple.600="rippleColor"rippleColorchanges 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?