vddl icon indicating copy to clipboard operation
vddl copied to clipboard

Make use of Vue custom events

Open gjactat opened this issue 7 years ago • 0 comments

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

gjactat avatar Nov 19 '17 20:11 gjactat