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
Is your request related to a problem? Please describe.
A big chunk of VIntl's code is its event system. While it's nice to have so much insight into VIntl's operation, it can be implemented into a much simpler way — using regular parameters upon controller configuration and Vue watchers.
Describe the solution you'd like
Getting rid of event system completely, and replacing it with a simpler configuration upon creating the controller and Vue reactivity system.
Describe alternatives you've considered
N/D
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Is your request related to a problem? Please describe.
A big chunk of VIntl's code is its event system. While it's nice to have so much insight into VIntl's operation, it can be implemented into a much simpler way — using regular parameters upon controller configuration and Vue watchers.
Describe the solution you'd like
Getting rid of event system completely, and replacing it with a simpler configuration upon creating the controller and Vue reactivity system.
Describe alternatives you've considered
N/D
Additional context
N/A
The text was updated successfully, but these errors were encountered: