This lesson is for members. Join us?
Subscribe now and get immediate access to this course, 30 more and all future Vue.js courses!
Editing the User Avatar on the Profile Page
The Composition API Masterclass is coming soon!
Sign-up for the Vue.js Masterclass 2024 Edition.
In this lesson, we provide the same avatar upload functionality on the profile edit page as we did during user registration. Along the way we extract out the logic of uploading an avatar into it's own action to be used in both places.