BLOG
Vuetify ユーザのスクロールの検知
Vuetify でユーザーのスクロールを検出するには、v-scroll ディレクティブを使用できます。このディレクティブは、要素がスクロールされたときに呼び出される関数を引数として受け取ります。To detect user scrolling in Vuetify, you can use the v-scroll directive. This directive takes a function as its argument, which will be called when the element is scrolled.
by janitor