quasar
Version:
Build high-performance VueJS user interfaces (SPA, PWA, SSR, Mobile and Desktop) in record time
17 lines • 362 B
JSON
{
"type": "directive",
"value": {
"type": "Function",
"desc": "Function to call when scrolling and element comes into the viewport",
"params": {
"el": {
"type": "Object",
"desc": "DOM element that scroll-fire is applied to"
}
},
"returns": null,
"examples": [
"v-scroll-fire=\"fnToCall\""
]
}
}