-
```html
...
```
```javascript
export default{
data(){
return {scrollTop:0}
},
methods:{
handleMouseEnter(){
let wrap = this.$refs.scrollRef.$el.children[0];
let rect = wrap.getBo…
-
我在新建的vue3.x版本的项目中使用vue-seamless-scroll,vue-seamless-scroll的很多属性设置都不生效,还会出现告警Vue warn]: Failed to resolve component: vue-seamless-scroll,有没有解决办法?
-
### Version
5.3.3
### Browser and OS info
Chrome v83.0.4103.116
### Steps to reproduce
1. install vue-seamless-scroll by npm tool
2. using on the vue website during developing
3…
-
### What happened?
When using the q-dialog with `seamless` and `position="bottom"` it lags behind the bottom browser bar of Safari when scrolling. iOS Safari increases the hight of the bottom bar w…
-
```
{{ item.text }}
import vueSeamlessScroll from "vue-seamless-scroll";
export default {
name: "HorseRaceLampTest",
components: {
vueSeamlessScroll,
}…
-
vue3.0使用vue-seamless-scroll插件报错,就是正常的下载vue-seamless-scroll插件,之后在 main.js里面引入,在要用的页面引这个插件,components注册一下,但是用的时候 报错vue-seamless-scroll.min.js?a939:1 Uncaught (in promise) TypeError: Cannot read properti…
-
element el-table 使用el-tooltip重新滚动失效
`
…
-
我公司在低代码的大屏项目之中用的就是这个组件,主要应用的场景就是告警列表。。。但是这个组件的原理我看了,就是双重的dom,这就会导致大数量卡顿的问题
这是我改写的可以支持大数据量的,无缝滚动组件,可以看看,欢迎交流
https://github.com/yuzhongtao238910/super-vue-seamless-scroll
-
感谢作者的改版,看了文档里,第一项安装,
yarn add vue-seamless-scroll
是否写错了?应该是yarn add vue3-seamless-scroll ?我尝试了一下,如果改成vue3的,提示缺少JS文件,npm安装可以正常运行
安装好之后,对Vite非常友好,非常感谢作者的改版!
-
First check https://github.com/SortableJS/Vue.Draggable/blob/master/CONTRIBUTING.md
### Jsfiddle link
### Step by step scenario
### Actual Solution
### Expected Solution
I would like …