-
**🐛 The bug**
I get the following message when i use `"@vue/composition-api": "=1.0.0-beta.14"` and `"@nuxtjs/composition-api": "=0.12.4"`:
`[vue-composition-api] already installed. Vue.use(VueCompo…
-
An Error occurs as soon as I uncomment the following line:
function useApplicationPluginsAndComponents (Application) {
// Application.use(VueCompositionAPI) // causing error
Application.use(r…
-
**Describe the bug**
After updating the package `@vue/composition-api`. we're receiving the error below and the page is not rendered:
> Error: [vue-composition-api] already installed.
This works…
-
Hi, great thanks for this amazing project!
I tried to unit test my component with vue-hooks using [vue-test-utils](https://vue-test-utils.vuejs.org/guides/getting-started.html). When I [mount](http…
-
I'm having a problem with it.
My project is in esm mode, so I use @vue/compostition-api esm version of the code.
I define the following code.
```js
import {ref} from '@vue/compostition-api';…
-
**Describe the bug**
After updating the package `@vue/composition-api`. we're receiving the error below and the page is not rendered:
> Error: [vue-composition-api] already installed.
This works…
-
**Describe the bug**
Generated file should import from 'vue' not '@vue/composition-api' when using vue 3
```
ERROR in src/generated/graphql.ts:3:36
TS2307: Cannot find module '@vue/composition…
-
Not sure if this belongs here or the main storybook package.
Writing components using [the composition api](https://github.com/vuejs/composition-api) [(API Reference)](https://vue-composition-api-r…
-
**Is your feature request related to a problem? Please describe.**
Writing components with [Vue's composition API](https://github.com/vuejs/composition-api) causes stories to break. It appears that t…
-
Hello,
I'm having trouble using your library to implement some functions in `typescript`. Is showing me the message
```shell
"Error: [vue-composition-api] must call Vue.use (VueCompositionAPI) …