vue-ripple-directive icon indicating copy to clipboard operation
vue-ripple-directive copied to clipboard

Use color stored in data/props?

Open cssagogo opened this issue 6 years ago • 1 comments

I'm trying to use a value stored in data() for the color used. I'm trying to do something like this. I'm a bit new to Vue, so not sure if its a syntax issue or if v-ripple does not support this...

I have different color

data() { return { rippleColor: 'rgba(0, 255, 255, 0.35)' } }

cssagogo avatar Sep 27 '19 04:09 cssagogo

i have the same problem with computed i tried to use "transparent" when the button is disabled but the value will not replaced

when i add ripple="'transparent'" it works..

cannap avatar Feb 06 '20 13:02 cannap