-
Is anyone else unable to use `@vueuse/core ^5.1.4` with the [latest release](https://github.com/vuejs/composition-api/releases/tag/v1.0.3) of `@vue/composition-api`? Downgrading to `1.0.2` temporarily…
-
**⚠️ IMPORTANT ⚠️ Please check the following list before proceeding. If you ignore this issue template, your issue will be directly closed.**
- [x] Read [the docs](https://vitejs.dev/guide/).
- [x…
-
When using Pinia from a fetch function in page with Nuxt, we get the following error for each Pinia store initiated.
```
WARN: Cannot stringify POJOs with symbolic keys Symbol(vfa.key.reactiveIden…
-
Hi,
After the last update for version 0.8, i cannot run build on my app:
RROR Failed to compile with 42 errors7:36:04 PM
error in ./node_modules/@vueuse/core/node_modules/vue-demi/lib/index.…
-
### Problem/Why
There are challenges and drawbacks with re-using code with the traditional approaches available in Vue 2 (i.e. mixins, mixin factories, scoped slots).
### Goal/What
Implement the vue2…
-
Here is a problem: `barRef` is always `null`, although `getCurrentInstance().$refs.barRef` is not.
[codesandbox example](https://codesandbox.io/s/vue-composition-test-5jfz3)
0. open the codesan…
-
```sh
# I have used it first at the top of main.js, but the browser still reports an error
```
![image](https://user-images.githubusercontent.com/21050914/103403781-5811d380-4b8c-11eb-8e35-f7…
-
v6版本开发环境和CDN环境都能显示出来,打包生产压缩环境显示不出来
![image](https://user-images.githubusercontent.com/5791725/108940067-b095b680-768d-11eb-8ba1-137a5ff22c19.png)
生产压缩环境
![image](https://user-images.githubuserconte…
-
I'm trying to set up a TypeScript project with the vue-class-component decorator support.
Everything seems to be fine, the application compiles properly and works fine as well but there's one thing…
-
Simply cloning `https://github.com/posva/pinia-example-nuxt` and running it throws an error because VueCompositionAPI is not yet installed when Pinia is initiated.