vue-feathers
vue-feathers copied to clipboard
Integration with the Feathers framework for Vue.js
Hi, I have spent the last two days learning from your example which has a good starting point but is outdated. I think I have it working on the latest...
In the current code: ```JavaScript server.service(keys[i]).removeListener(ekeys[k], service[ekeys[k]].bind(this)) ``` The bind(this) will create a new function. removeListener expects a reference to an already bound function. You'll have to store references to...
I've basically just run through the set up and I cant seem to get the services bound to vue. Any suggestions? Here's my client setup. ```js import Vue from 'vue'...
feathers is not a direct dependency, as it's passed on as a parameter to the plugin.