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

The Vue.js Master Class

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

Validate that an Input is An Image URL that Exists

The avatar field in our user registration form is optional, but if it's provided, it should definitely be an existing URL and be an image. In this lesson, we're learning how to validate the URL against this rules.