-
### Reproduction
https://jsfiddle.net/egay83mp/4/
### Steps to reproduce the bug
Use Pinia 2.1 with Vue 2.7.14
### Expected behavior
no exception is thrown
### Actual behavior
An exception is t…
-
### Describe the bug
When I initialize a new project and access it, it returns
[plugin:vite:import-analysis] Failed to resolve import "@vue/composition-api/dist/vue-composition-api.mjs" from "../n…
-
unfortunately, the issue reported in https://github.com/vueuse/vue-demi/issues/224 still exists in vue-demi 0.14.3 / pinia 2.1.1.
My previous example only used the iife version of vue-demi, but ano…
-
Hello, I am trying to use the Vue2 version of this slider but I keep getting this error when I try to render it:
```
[Vue warn]: Property or method "sliderProps" is not defined on the instance but…
-
When I ran [the sample repo](https://github.com/gioboa/vue-microfrontend-demo/tree/vue2_implementation), I noticed a bit of a problem.
When I modify [`Count.vue`](https://github.com/gioboa/vue-micr…
-
vue版本 2.6.14,已安装@vue/composition-api,在单页引入后报错
```
Module parse failed: Unexpected token (49:14)
You may need an appropriate loader to handle this file type, currently no loaders are configured to p…
-
i using CDN in my page:
```
```
but:
[vue-demi] no VueCompositionAPI instance found, please be sure to import `@vue/composition-api` before `vue-demi`.
![image](https://user-images.github…
-
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, …
-
### 请确认
- [X] 我可以确认这个问题无法在 ECharts 项目本身中复现。
### 您是如何将 Vue-ECharts 引入项目的?
通过 ES 模块 import
### 版本信息
```sh
+-- echarts@5.4.0
+-- vue@2.6.12
+-- vue-echarts@6.2.3
`-- vue-json-editor@1.4.3
`-- …
-
### What problem does this feature solve?
Its currently very difficult to test composition api based components. Certainly simple components work, but more complex components have multiple issues. Fo…