vue3-seamless-scroll icon indicating copy to clipboard operation
vue3-seamless-scroll copied to clipboard

Vue3.0 无缝滚动组件

Results 33 vue3-seamless-scroll issues
Sort by recently updated
recently updated
newest added

vue版本 3.2.47 执行构建后报错build error: TypeError: Cannot read properties of undefined (reading 'cancelAnimationFrame')

内存溢出 导致页面四分钟崩溃 ![image](https://github.com/xfy520/vue3-seamless-scroll/assets/95673043/5b47becf-721c-47c2-a51a-e022c9f3b175)

... import Vue3SeamlessScroll from 'vue3-seamless-scroll' 这样会报错: app.use is not a function

鼠标放上去会有残影

用了vue3-seamless-scroll 之后,部分手机报了错误:globalThis is not define,如果没猜错的话,应该是兼容没做好 `(function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('vue')) : typeof define === 'function' && define.amd ? define(['exports',...

移动端需要支持左右滑动 能否支持以下谢谢楼主

![image](https://user-images.githubusercontent.com/6230388/202955336-d0402b16-e582-4fe3-a1b8-31a6fbd8f7a1.png) 复制github的代码

![image](https://user-images.githubusercontent.com/52627267/200489187-c44079ba-7fdf-449b-83b0-b6f950893ec9.png) 中间出现间断

我公司在低代码的大屏项目之中用的就是这个组件,主要应用的场景就是告警列表。。。但是这个组件的原理我看了,就是双重的dom,这就会导致大数量卡顿的问题 这是我改写的可以支持大数据量的,无缝滚动组件,可以看看,欢迎交流 https://github.com/yuzhongtao238910/super-vue-seamless-scroll