Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use color stored in data/props? #28

Open
cssagogo opened this issue Sep 27, 2019 · 1 comment
Open

Use color stored in data/props? #28

cssagogo opened this issue Sep 27, 2019 · 1 comment

Comments

@cssagogo
Copy link

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)'
}
}

@cannap
Copy link

cannap commented Feb 6, 2020

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..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants