foxbenjaminfox/vue-async-computed

Conflict with new vue-function-api

hellboywar opened this issue · 0 comments

There is a new official plugin vue-function-api for
vue 2.0 which gives the vue 3.0 functionality and it's conflicting with vue-async-computed

Steps to reproduce:

  1. go to sandbox
  2. press on "Visit form page" - notice that form is working fine no console errors
  3. press on "Back to home page"
  4. press on "Visit form page" again - notice that form is not working with errors in a console

if you comment Vue.use(AsyncComputed); in the main.js file it will work fine

Not sure if it's vue-function-api plugin's fault..