Replies: 1 comment
-
This is just TS. Please use the discord or core discussions for questions |
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 looked in the documentation but I can't figure out a easy way to assert the
v-model
as a numberI have a
state
of a form. Something likeAnd I would like to dynamically assert the
state
to thev-model
of the correct component based on a unknownschema
Tried



Does
v-model
supports assertions? If no, can support be added?Beta Was this translation helpful? Give feedback.
All reactions