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
Hello,
Vddl callbacks are a bit tricky because when defined, they are substitued to standard vddl code. The developer is then forced to handle items/lists stuffs (splices etc...).
It would be very useful to have events to listen to list changes without having to worry about lists splices handling.
Vue makes it very easy to add events.
This could help us to process tasks after something happened (item has been added to a list, redordering, etc...) without having to rely on watchers (and having to do dirty checks to figure out what changed...).
Thanks for your attention
The text was updated successfully, but these errors were encountered:
gjactat
changed the title
Make use of Vue events
Make use of Vue custom events
Nov 19, 2017
Hello,
Vddl callbacks are a bit tricky because when defined, they are substitued to standard vddl code. The developer is then forced to handle items/lists stuffs (splices etc...).
It would be very useful to have events to listen to list changes without having to worry about lists splices handling.
Vue makes it very easy to add events.
This could help us to process tasks after something happened (item has been added to a list, redordering, etc...) without having to rely on watchers (and having to do dirty checks to figure out what changed...).
Thanks for your attention
The text was updated successfully, but these errors were encountered: