-
Calling `reactive` outside of a component's setup function or composable results in the following error message:
```
Uncaught Error: [vue-composition-api] must call Vue.use(VueCompositionAPI) befo…
-
I have just added this package to my Vue2 project to start using the composition API, while waiting for dependent packages to become available for Vue3 (looking at you, Vuetify...). I am at this point…
-
I upgrade `@vue/composition-api` from `1.1.5` to `1.2.4`, and it emit error.
```
Error: [vue-composition-api] must call Vue.use(VueCompositionAPI) before using any function
```
I checked it babe…
-
Version: 0.4.10 or 0.5.0-alpha.2
![image](https://user-images.githubusercontent.com/7195563/127151949-06976ad0-e435-418e-b983-f76714929104.png)
```node
[Vue warn]: Error in data(): "Error: [vue…
-
[@vue/composition-api](https://github.com/vuejs/composition-api) allows us to use Vue 3's composition API in Vue 2. I want to (slowly) introduce the composition API in Cocoda. First, it would be helpf…
-
### Reproduction
I am trying to add Pinia to a Vue2 project with the composition API. I following the docs and installed pinia and vue @vue/composition-api using ```npm install pinia @vue/compositi…
-
Hi,
can someone help me using the CompositionApi with SSR ?
I do struggle with it
because we cant find a way to call Vue.use only once.
Mostly we get "already installed. Vue.use(VueComposition…
-
### Reproduction
https://codesandbox.io/s/brave-danilo-n1de5
### Steps to reproduce the behavior
Create a project with nuxt-bridge and @pinia/nuxt.
`npm run dev`
Open in browser.
### Exp…
-
Uncaught Error: [vue-composition-api] must call Vue.use(VueCompositionAPI) before using any function
using:
"@vueuse/core": "^5.1.3"
"@vue/composition-api": "1.0.5"
"typescript": "4.2.4"
As a…
-
When components are imported synchronously, a file using `reactive` or `ref` on the module level (outside of functions) may be read before the application is created. This leads to an error on the con…