Custom arguments and options #40
Unanswered
countnazgul
asked this question in
Q&A
Replies: 2 comments
-
Not a silly question, I'm wondering the same thing. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Put |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It might be a silly question but when passing additional arguments:
v-observe-visibility="(isVisible, entry) => visibilityChanged(isVisible, entry, customArgument)"
how this can be used with other options (like
throttle
,once
etc) ?Beta Was this translation helpful? Give feedback.
All reactions