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
Best way to implement this feature is to use states (https://vuejs.org/v2/guide/state-management.html, http://vuex.vuejs.org/en/intro.html ) for the components. Currently all components are data- or input driven and have no state implemented. To have consistent and useful states in the subpages I recommend to split up the huge single file subpages in smaller reusable components.
Right now (e4f203f) when entering date into a subpage
and switching to another one and back, the data is gone.
Expected behaviour: keep the data.
The text was updated successfully, but these errors were encountered: