Conflict with new vue-function-api
hellboywar opened this issue · 0 comments
hellboywar commented
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:
- go to sandbox
- press on "Visit form page" - notice that form is working fine no console errors
- press on "Back to home page"
- 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..