nuxt / vite

⚡ Vite Experience with Nuxt 2

Home Page:https://vite.nuxtjs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

PMLS3 opened this issue · comments

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

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

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