使用v-scrolltop指令可以避免直接操作DOM,更符合的数据驱动方式,同时也方便维护和扩展。 3. 除了上述两种方式外,我们还可以使用一些第三方库来处理滚动条位置,这些库通常提供了更多的功能和选项供我们使用。 下面是一些常用的第三方库示例: •vue-scrollto: this.$scrollTo(0,500); 上述代码使用了vue-scrollto库...
Vuetify是一个基于Vue.js的UI框架,提供了丰富的组件库。在滚动方面,Vuetify也有自己的滚动组件。相比之下,element plus el-scrollbar在使用上更加简单直观。el-scrollbar提供了scrollTo方法来实现滚动,而Vuetify的滚动组件则需要设置不同属性来控制滚动行为。 另外,从性能角度来看,el-scrollbar在处理大量数据时表现更加...
I'm building web app with Vue and have some strange behavior on iOS (Safari). When route changes Safari won't scroll to top of the page (everything's fine on other platforms/browsers) Has someone faced such problems? Thanks.
Environment Vuetify Version: 2.7.0 Vue Version: 2.7.14 Browsers: Chrome 115.0.0.0 OS: Mac OS 10.15.7 Steps to reproduce After upgrading to 2.7vuetify this error came up I have no reproduction for this. ERROR Cannot set properties of unde...
import{createApp}from'vue';importAppfrom'./App.vue'importScrollPickerfrom'vue3-scroll-picker';constapp=createApp(App);app.use(ScrollPicker);app.mount('#app') Js Register Local Component importScrollPickerfrom'vue3-scroll-picker';exportdefault{components:{ScrollPicker,},}; ...
"vue-scrollto": "^2.17.1", "vue-template-compiler": "^2.6.10", "vuetify": "^2.1.10", "vuetify-loader": "^1.3.0" "vuetify": "^2.1.14", "vuetify-loader": "^1.4.3" }, "keywords": [ "carousel", 2 changes: 1 addition & 1 deletion 2 public/index.html Original file line...
Already have an account? Sign in to comment Assignees KaelWD Labels has workaround T: feature Projects None yet Milestone v3.3.x Development Successfully merging a pull request may close this issue. feat(VSelect): implement virtual scrolling vuetifyjs/vuetify 4 participants ...
Just to clarify, if after the handler call the height scroll is under the threshold distance the handler will be invoked untill the height scroll is before the threshold. this can generate a feeling of loop. Anyway in my case the plugin is still not working. At this point, I think, the...