staticdeng

Results 6 comments of staticdeng

是不是用的非移动端浏览器呢,getBoundingClientRect有兼容性,移动端的都支持

后续安排vue3版本,说实话,在关注其他的,只能后面有时间上vue3了

Sorry, because vue3 is not supported yet, and will be updated later

我改一下,这个是demo中没有网络请求情况下为了测试效果,加的这么长的延迟,应该改50ms,下个版本更新,谢谢提醒

> 我也遇到了同样的问题,麻烦问一下你是如何解决的 This is a bug in a certain scenario. I have fixed this problem in v1.0.8 这是一个在某种场景下出现的bug,我已经在v1.0.8版本中修复了这个问题

> 调用的时候为什么一直报这个错 "[Vue warn]: Error in nextTick: "TypeError: Cannot read property 'getBoundingClientRect' of undefined"\n\nfound in\n\n---> \n at src/xxx.vue\n at src/App.vue\n " I updated v1.0.8 to fix this problem. Please update...