zhouzhuojie / meteor-vue

Vue for Meteor
130 stars 8 forks source link

Empty arrays #11

Open CodeOfDavid opened 9 years ago

CodeOfDavid commented 9 years ago

I have this issue with meteor-vue. http://stackoverflow.com/questions/28890672/meteor-collection-fetch-returns-empty-array-but-is-subscribed

I get an empty array, only the second time i refresh i get the data. And I wait for ready

zhouzhuojie commented 9 years ago

I guess no need to publish inside startup() function. Did the stackoverflow answer fix your problem?