vue-recaptcha icon indicating copy to clipboard operation
vue-recaptcha copied to clipboard

dependency was not found:

Open yh17838 opened this issue 3 years ago • 8 comments

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

yh17838 avatar Dec 21 '21 08:12 yh17838

I'm with same problem installing in the quasar version 1.0.0 :(

alisson446 avatar Jan 04 '22 14:01 alisson446

same problem on "nuxt": "^2.0.0",

YusufcanY avatar Jan 20 '22 10:01 YusufcanY

same problem in Vue2.0

lmx01 avatar Feb 01 '22 07:02 lmx01

Does anyone fix this problem?Thanks.

lmx01 avatar Feb 02 '22 03:02 lmx01

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

PamelaPz avatar Feb 10 '22 19:02 PamelaPz

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.

KaizoKev avatar Feb 17 '22 15:02 KaizoKev

just install @vue/composition-api

juliojmjc avatar Apr 07 '22 19:04 juliojmjc

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

maelquerre avatar Jul 19 '22 10:07 maelquerre