-
### 请确认
- [X] 我可以确认这个问题无法在 ECharts 项目本身中复现。
### 您是如何将 Vue-ECharts 引入项目的?
通过 ES 模块 import
### 版本信息
```sh
❯ npm ls vue echarts vue-echarts
+-- @element-plus/icons-vue@2.3.1 -> .\node_modules\.pn…
-
![image](https://github.com/jizai1125/vue-countup-v3/assets/102019590/6eb48c3d-2255-474c-8c13-7c9f6dcd38b8)
-
#### I'm opening this issue because:
- [X] npm is crashing.
- [X] npm is producing an incorrect install.
- [X] npm is doing something I don't understand.
- [x] npm is producing incorrect…
-
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See er…
-
**Describe the bug**
Getting errors on nuxt dev log running this module using `nitro`
**To Reproduce**
Steps to reproduce the behavior:
1. Install latest Nuxt
2. Install latest vue-countup-v3
…
-
我也是vite+vue3项目
然后之前安装countup.js 安装完启动项目控制台报countup.js 504之类的,项目不能正常启动,您有遇到过吗
-
千分符没有生效,我想取消掉千分符没有生效,换一个千分符测试也没有生效
-
前端vue的东西修改发生热更新,过一段时间之后报错如下。
看网上的方案是在dev的时候加上`node --max_old_space_size=4096`。
但是只能延缓出现这个错误的时间。
暂时的解决方法就是重启dev。
感觉很繁琐,有没有更好的办法解决一下。
看了vue-cli生成的项目不会出现这个问题,所以是否可以借鉴下它的内部是如何运作热更新释放内存中的资源。
```bas…
-
Tried with Vue 3 Standalone App and with Nuxt 3 RC.
Couldn't make it work on either.
-
**Describe the bug**
像文档中所说:@finish 事件和 onCompleteCallback 配置项都无法正常触发,或者说播放完成的界限是什么?要怎么才是播放完成的状态?
**To Reproduce**
- 使用Vue版本:3.3.4
- 代码如下(我尽量删除了一些臃肿部分):
```vue
import Count…