Controls with v-bind not working #163
Unanswered
victorlmneves
asked this question in
Q&A
Replies: 1 comment
-
Hey, could you create an issue about that? Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have components where I pass the data/props using v-bind, but when I try to override the initial data nothing happens on the component. I can only see it if I pass each prop separately. Is there a way of making the controls work with v-bind?
Here I set the appearance to secondary and disabled and nothing happened. Also, the text should be visible because the
isTextVisible
is false.Thanks
Beta Was this translation helpful? Give feedback.
All reactions