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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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

isTextVisibleis false.Thanks
Beta Was this translation helpful? Give feedback.
All reactions