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

Remember state between subpages #27

Open
bernhardreiter opened this issue Feb 27, 2017 · 1 comment
Open

Remember state between subpages #27

bernhardreiter opened this issue Feb 27, 2017 · 1 comment

Comments

@bernhardreiter
Copy link
Member

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.

@rrenkert rrenkert self-assigned this Mar 10, 2017
@rrenkert
Copy link
Member

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.

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

2 participants