vue-recaptcha
vue-recaptcha copied to clipboard
dependency was not found:
vue2.0
This dependency was not found:
- @vue/composition-api/dist/vue-composition-api.mjs in ./node_modules/vue-demi/lib/index.mjs
To install it, you can run: npm install --save @vue/composition-api/dist/vue-composition-api.mjs
I'm with same problem installing in the quasar version 1.0.0 :(
same problem on "nuxt": "^2.0.0",
same problem in Vue2.0
Does anyone fix this problem?Thanks.
Same problem in Vue 2.6.11
This dependency was not found:
- @vue/composition-api/dist/vue-composition-api.mjs in ./node_modules/vue-demi/lib/index.mjs
I have the same problem, i solved it when i change the version of vue-recpatcha from 2.0.1 to 1.3.0, this version work.
just install @vue/composition-api
It is indeed a breaking change of the v2.0.0
You will need to install @vue/composition-api if you want to use this package with Vue 2