You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had the problem that the element that i applied :visible-once="… to was not animating (Directive Usage). After reading some Issues here i tried to write :visibleOnce="… and it worked!
In the Docs it only states the kebab-case (visible-once). Is the camel-case the correct Version? If so I think it needs to be updated in the Docs.
The text was updated successfully, but these errors were encountered:
The kebab-case usage has been fixed by #141 (but not published in a release yet), I think the pascalCase usage doesn't have to be documented (after fix release) as using kebab-case is in line with html attribute convention (see Vue docs on prop name casing).
I had the problem that the element that i applied
:visible-once="…
to was not animating (Directive Usage). After reading some Issues here i tried to write:visibleOnce="…
and it worked!In the Docs it only states the kebab-case (visible-once). Is the camel-case the correct Version? If so I think it needs to be updated in the Docs.
The text was updated successfully, but these errors were encountered: