feathersjs-ecosystem / feathers-vuex

Integration of FeathersJS, Vue, and Nuxt for the artisan developer

Home Page:https://vuex.feathersjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FeathersVuexFormWrapper not working with Vue 3

tvr3000 opened this issue · comments

Actual behavior

  • setup function in FeathersVuesFromWrapper.ts generates an error when the watcher of the clone is initialised. (cb.bind is not a function)
    it works if changed to const cb = this.markAsDirty; this.$watch('clone', cb, {deep: true}
  • in the render function this.$scopedSlots is removed in vue 3. this.$slots.default fixes the problem