how to access variables in vuejs data() from js #8094
Unanswered
FarzinBidokhti
asked this question in
Help/Questions
Replies: 1 comment
-
Please use arrow functions.
|
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
In mounted() method i write js function like this:
this line
this.selectedEvent = tmp;
not working it return this.selectedEvent not defined. now how can I set value to selectedEvent from jquery change event?please help me.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions