-
Using a simple chart inside Vue 2, the newer version crashes my process once I add `options.scales` to my chart. Other properties such as `options.onClick()` and `options.plugins` seem to work fine
…
DRoet updated
3 years ago
-
Hey, first of all great library it's something that's been much needed 👍 so thanks a bunch
I tried to use it in https://github.com/MartinMalinda/vue-concurrency and I hit a blocker that it breaks m…
-
For some reason, Vuelidate's `useVuelidate()` function crashes on `vue-demi`'s `getCurrentInstance()`, but only in Codesandbox (with Vue 2 only) and StackBlitz (any version of Vue).
I initially ope…
-
**Describe the bug**
On request of @IlCallo we create this issue:
We created a composition function that contains logic to verify if a user is logged on or not. This function would also be calle…
-
**Describe the bug**
Following the [guide for using Vuelidate with Composition API](https://vuelidate-next.netlify.app/#alternative-syntax-composition-api), I'm seeing an error when `useVuelidate()` …
-
Hello,
Tried this out with my Vue 2 codebase.
This is how I am mounting app
```
import { QueryClient, VUE_QUERY_CLIENT } from "vue-react-query";
import VueCompositionApi from "@vue/composit…
-
We are building a library of reusable components/atoms/molecules (in storybook) that will be consumed via a plugin in several Apps. Once we register the plugin in an App and consume any component (tha…
-
**🐛 The bug**
Since 0.23.x: Inside the `middleware` folder, my middleware use the composition-api and this error is thrown :
`[vue-composition-api] must call Vue.use(VueCompositionAPI) before us…
-
### Subject of the issue
I get the following error when I run my Jest test:
[vue-composition-api] must call Vue.use(VueCompositionAPI) before using any function.
### Steps to reproduce
And…
-
### Current behavior
Currently, I can't write any test, because I'm using Vue 2.x with composition API.
Every test fails with message that _vm.methodName is not a function.
methodName is just meth…