Closed tdwells90 closed 6 years ago
This is now resolved. I think I was making the wrong approach.
I wanted to keep my app fairly simple and avoid using Vuex, but I think for the settings (which are global for the whole site) then it was the only solution. As such, using supply with Vuex has got rid of my console errors!
In short, there's always a use-case for an application state management solution and in this case it was required :)
Hi Akryum,
I really appreciate the work put into these packages. They're all fantastic!
I'm using Vue-supply with Meteor and although what I want works, I'm getting console errors:
Basically, what I'm doing above is getting the settings from a meteor collection (everything is set up like your docs!) and although appName is being rendered fine (both in the
<head>
and in the page itself) I'm getting the following console errors:and
Everything seems fine as per your docs and examples (I copied a lot of what you did in your meteor demo project for this) but I can't seem to get rid of these console errors despite everything else working fine!
Thanks in advance for any help.
Cheers.
Tom.