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

想在移动端开启滚动的时候可以滑动屏幕,之前的openTouch属性没了吗?

滚动表单的效果挺好的,但是没有表头挺遗憾的,自己在vue3-seamless-scroll外面加了个div表头,但是跟表格里面相应的内容对不齐,希望能更新个有表头的

![image](https://github.com/xfy520/vue3-seamless-scroll/assets/23149226/fffe1454-7851-4bcf-98f4-6369165b295e) ![image](https://github.com/xfy520/vue3-seamless-scroll/assets/23149226/5b074d65-711b-489f-9c0a-bb09386789fd)

![TS报错](https://github.com/xfy520/vue3-seamless-scroll/assets/69519383/ede9deb2-05f1-4b1f-b40c-3f0673a6ff6c) 如图,查看index.d.ts文件,发现有一个options对象,里面有个name属性,请问是用来干嘛的?文档里好像没写明用途。 `declare module 'vue3-seamless-scroll' { export const Vue3SeamlessScroll: import('vue').DefineComponent < OptionsType, OptionsType, OptionsType, OptionsType, OptionsType, OptionsType, OptionsType, OptionsType, OptionsType, OptionsType, OptionsType, OptionsType > const install: (app: import('vue').App, options: {...

完全使用的示例代码,运行不滚动且控制台报错Uncaught TypeError: Cannot read properties of null (reading 'offsetHeight') 另还有警告信息Missing ref owner context. ref cannot be used on hoisted vnodes. A vnode with ref must be created inside the render...

list变化后,default插槽数据也有变化,但是组件视图没有渲染。getHtml()函数 是否应该仔list变化后重新执行

我试了下yarn add 只是在组件里import了一下,项目就报错了 应该怎么设置呢?

如果我列表的高度不一致,能否在传入list的时候分别设置步进的高度