Skip to content

Commit 55dc685

Browse files
lupasTheAlexLichter
authored andcommitted
chore: fix:scrollFunction prop in README (#21)
1 parent e4694fc commit 55dc685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ However if you need other behavior you can simply write your own function:
149149
<template>
150150
<vue-next-level-scroll
151151
target="#my-target"
152-
:scroll="myScroll">
152+
:scrollFunction="myScroll">
153153
<img src="https://developmint.de/logo.png">
154154
</vue-next-level-scroll>
155155
<div id="my-non-existing-target"/>

0 commit comments

Comments
 (0)