Replies: 1 comment
-
Here's an example of how to do this: |
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 something like this:
start is a variable in the createApp object, it got initialized in the mounted event, but the component Counter will not pick up the value, it uses the original value, any idea how to make this a little 'reactive'? thanks.
https://jsfiddle.net/c15ojLa2/
Beta Was this translation helpful? Give feedback.
All reactions