Using <Field /> with other framework components #4505
Unanswered
sschneider-ihre-pvs
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Yep, you will need to pass <Field as="" v-slot="{ field }">
<QBtn v-bind="field" />
</Field> Although I would recommend using the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to nest 3rd party compnents into the component?
Beta Was this translation helpful? Give feedback.
All reactions