Replies: 1 comment
-
You can't, this is a typical limitation of Higher order components in Vue.js. You should use |
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
-
Hi,
How to access component
v-slot="{ values }"
form values:Or in other words I try to "bind" an object to the form and I would like this same object to be update, accessed when the form is submitted, ...
Thxs
Beta Was this translation helpful? Give feedback.
All reactions