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
{{ message }}
This repository has been archived by the owner on Apr 13, 2024. It is now read-only.
Is your feature request related to a problem? Please describe.
The projectActions.loadVueggProject action uses the Vuex replaceState function, which complicates implementing this project into an existing application using Vuex.
Describe the solution you'd like
Modify the projectMutations.updateProject method to allow updating more properties than just the title.
Describe alternatives you've considered
Could potentially create a new method, though renaming the existing updateProject method to updateProjectTitle might be a bit clearer.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
Describe alternatives you've considered
The text was updated successfully, but these errors were encountered: