vue-count-to Cannot read properties of undefined (reading '_c') 2024-08-01

当升级了vue2到vue3后,如果使用了vue-count-to,可能会报:Cannot read properties of undefined (reading '_c')

Cannot read properties of undefined (reading '_c')

这是因为vue-count-to只支持vue2版本

https://github.com/PanJiaChen/vue-countTo

可以看到这个库非常老了。

有以下两种解决方法

文件拷贝

参考
https://blog.csdn.net/m0_50080847/article/details/128203806

升级到 vue3-count-to

参考
https://github.com/xiaofan9/vue-count-to
升级完成后,使用

import countTo from 'vue3-count-to';

https://www.cnblogs.com/architectforest/p/16286639.html

©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容