Reactive variables not passing to mutation when using options API /w Vue 3 #1349
Answered
by
Akryum
patrickblackjr
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
Akryum
Apr 15, 2022
Replies: 3 comments 1 reply
-
Your issue is that you put variables: {
username: this.username,
}, |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
patrickblackjr
-
I tried it the way you mentioned as well with the same result. |
Beta Was this translation helpful? Give feedback.
1 reply
-
🤦🏻♂️
oh wow. not sure how i missed that. thanks so much
On Fri, Apr 15, 2022 at 8:43 AM Guillaume Chau ***@***.***> wrote:
You are looking at the doc to make queries, not mutations 🐱
—
Reply to this email directly, view it on GitHub
<#1349 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADFKYDRWTRYBLVLD3NWVXDDVFFXBDANCNFSM5TPXOWJA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
Thank you,
Patrick Black Jr
|
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
Your issue is that you put
variables
as a function, it should be similar to: