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
The view will have a component (ContactInfoComponent.vue); with the contact info for a given user id.
3.1. The component should receive an object with the info of the owner of the animal.
/contactinfo/:idUser
The component will display the following info:
Name
email
Phone number if it is informed
Add a Back button in the view
The 'users' variable in Vuex store should be already filled with the information of all the users of our DB
Coming from #65
3.1. The component should receive an object with the info of the owner of the animal.
/contactinfo/:idUser
The component will display the following info:
Add a Back button in the view
The 'users' variable in Vuex store should be already filled with the information of all the users of our DB