Skip to content

onReachBottom

ts
import { definePage, onReachBottom } from '@52css/mp-vue3'

definePage({
  queries: {},
  setup() {
    onReachBottom(() => {
      console.log("🚀 ~ onReachBottom ~ onReachBottom:", onReachBottom)
    })
  }
});