I am looking to create an application that consists of multiple card views and a button that scrolls the page to the bottom upon each click.
While I have come across solutions using native JavaScript for scrolling, I am unsure how to implement this functionality within the Vuetify framework. Upon consulting the documentation (https://vuetifyjs.com/en/directives/scrolling), I learned that scrolling can be achieved through $vuetify.goTo
.
However, I have yet to find a clear method to specify reaching the bottom of the page in a Vuetify-like style.
Does anyone have suggestions on how to implement this in a manner consistent with Vuetify standards?