nuxt / vite

⚡ Vite Experience with Nuxt 2
https://vite.nuxtjs.org
1.38k stars 46 forks source link

[Vue warn]: [vue-composition-api] already installed. Vue.use(VueCompositionAPI) should be called only once. #95

Open PMLS3 opened 3 years ago

PMLS3 commented 3 years ago

it says in the documentation that vue-composition api is compatible... not sure why I am getting this error.

danielroe commented 3 years ago

Check out (recently merged) docs here: https://vite.nuxtjs.org/misc/common-issues#composition-api-suppport - does that help?

itpropro commented 3 years ago

I had the same problem and installing @vue/composition-api as additional dev dependency like @danielroe mentioned solved it, thank you!