You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once the code's complete, I can package it up into the Tutorial.
It's almost working except for some reactivity when:
Clicking "Hide completed tasks"
Checking a todo as done/not done
Clicking Private/Public on a todo.
Delete and add work great. I hacked up a Blaze integration for accounts-ui similar to the React tutorial.
I think Meteor is reactive, but it's not updating Vue correctly, or it's specifically the Vue v-for.
Any suggestions on how to get the reactivity to work?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hey there,
I put together a repo with a simple-todos for Vue using Meteor 1.8: https://github.com/MichaelJCole/simple-todo-vue
Once the code's complete, I can package it up into the Tutorial.
It's almost working except for some reactivity when:
Clicking "Hide completed tasks"
Checking a todo as done/not done
Clicking Private/Public on a todo.
Delete and add work great. I hacked up a Blaze integration for accounts-ui similar to the React tutorial.
I think Meteor is reactive, but it's not updating Vue correctly, or it's specifically the Vue v-for.
Any suggestions on how to get the reactivity to work?
Thanks in advance!
The text was updated successfully, but these errors were encountered: