-
when i try to build web components by vue-cli, components that use @vue/composition-api not work nice
I have a demo component like this
```vue
{{ timeText }}
import VueCompositionAPI, …
-
### Steps to reproduce
```js
import { createLocalVue, mount } from '@vue/test-utils'
import VueCompositionAPI, { defineComponent} from '@vue/composition-api'
it.only('what', async () => {
…
posva updated
11 months ago
-
When running my unit tests in the CI I get the following error:
```bash
Cannot find module 'Vue' from 'vue-form-json-schema.umd.js'
at Resolver.resolveModule (node_modules/jest-resolve/bu…
-
## Summary
After some digging (maybe more than should be necessary) I found [how to use Vue plugins with Gridsome](https://gridsome.org/docs/client-api/). Sharing the example below in case anyone's…
-
Hi guys, apparently I have an issue regarding vue-chart-3.
I keep getting "[vue-composition-api] must call Vue.use(VueCompositionAPI) before using any function" error when I try to implement unit te…
-
> It is supported if you use vue-composition-api, like here: https://seb-l.github.io/pinia-plugin-persist/#vue2
it get wrong if this store add attribute 'persist'!
"Error: [vue-composition-api] …
-
### What is your question / Please describe your issue
I am using Windows, my node version is: 14.18.1, Yarn version 3.0.0
After I yarn dev, the error "[vue-composition-api] must call Vue.use(VueCom…
-
Here's the forked sandbox.
https://codesandbox.io/s/github/vueuse/vueuse-vue2-example/tree/master/?file=/src/App.vue
and this is the first error.
` Error in data(): "TypeError: vueDemi.ref is n…
-
Error
I have a globalState that i import on some pages
I import it like this and can use it inside a setup
Everything is working on dev but not on styleguidist
-
![image](https://user-images.githubusercontent.com/41667833/140673315-a3e980c3-95b3-4dae-9806-434a8705426d.png)
![image](https://user-images.githubusercontent.com/41667833/140673333-779963ba-b472-474…