Episode

Binding data to attributes in Vue [3 of 16] | Beginner's Series to: Vue.js

Many HTML tags are configured via attributes - images have an src attribute, links have an href attribute, etc. Because we may need to set these dynamically when using a framework, Vue.js provides different ways to bind to attribute values. We'll see how you can bind to an attribute.

Sample code: https://github.com/microsoft/vue-beginners-videos 
Learn Path: https://aka.ms/CreateWebsitesWithVue
Node: https://nodejs.org/  
NPM: https://www.npmjs.com/  
Vue CLI: https://cli.vuejs.org/

JavaScript