Learn Vue JS course Learn Javascript and Vue JS Learn VueJS course Learn VueJS Tutorial

The Vue.js 3 Masterclass

Get access to the most comprehensive Vue.js video library in the world. Over 300 video lessons including the newest Vue 3 features.

Editing the User Avatar on the Profile Page

🚧 PLEASE NOTE: This masterclass is built with the Options API
vuejs-masterclass

The Composition API Masterclass is coming soon!

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.