Is there a way to suppress automatic v-bind of some args? #22156
Unanswered
SimmeNilsson
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using Storybook 7 with Vue 3.
I have components that use v-model. I type the attribute explicitly in the template.
I.e. v-model="args.messages"
But it seems that "messages" is also added automatically as a standard attribute. Like v-bind="args" has been called.
I have no v-bind in my template. Is there a way for me to suppress the automatic one so that I get rid of the extra "message" attribute?
Beta Was this translation helpful? Give feedback.
All reactions