Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make use of Vue custom events #16

Open
gjactat opened this issue Nov 19, 2017 · 0 comments
Open

Make use of Vue custom events #16

gjactat opened this issue Nov 19, 2017 · 0 comments

Comments

@gjactat
Copy link

gjactat commented 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

@gjactat gjactat changed the title Make use of Vue events Make use of Vue custom events Nov 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant