-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can not get v-model value #149
Comments
I realized I used the wrong syntax. I should have used ps. can u update the project documentation? I noticed that the project documentation is still the vue2 version, or at least can u mark the version used in the documentation? Thanks! |
fritx
added a commit
that referenced
this issue
Jun 12, 2023
fritx
added a commit
that referenced
this issue
Jun 12, 2023
fritx
added a commit
that referenced
this issue
Jun 12, 2023
fritx
added a commit
that referenced
this issue
Jun 12, 2023
Also see: #148 (comment) For Quasar q-input, this should work: <at-ta :members="members">
<q-input
v-model="name"
type="textarea"
:rows="1"
:autogrow="false"
resize="none"
/>
</at-ta> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I'm using vue-at with Quasar framework with vue and vue-at versions bellow:
but i cannot get the v-model value with this code:
can you give me any suggestions? Thanks!
The text was updated successfully, but these errors were encountered: