Open literakl opened 3 years ago
fix UpdateProfile variable initialization simplified HTML
I would like to investigate in future a possibility of moving business logic inside the component from callees as the code is very similar
SeriesForm handles array of options better: just an array of objects, no extra method to idetify values.
SignUp.vue, Confirm.vue and UpdateProfile.vue have the same form data for user profile. This is big code duplication and maintenance problem. I fixed some bugs in UpdateProfile.vue and they are still present in Confirm.vue. Please extract new component and use it in these three views.