meteor-vue / vue-meteor-tracker

Use Meteor Tracker reactivity inside Vue components
90 stars 20 forks source link

Vue Meteor Tutorial and reactivity not working in v-for? (example repo included) #47

Open MichaelJCole opened 5 years ago

MichaelJCole commented 5 years ago

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!