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

The Vue.js Master Class

Validate that an Input is An Image URL that Exists thumbnail image

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

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

The Composition API Masterclass is coming soon!

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.