1. 5
    Bind Reactive Properties to HTML Element Attributes
    2m 23s

Bind Reactive Properties to HTML Element Attributes

Share this video with your friends

Send Tweet

We'll see how we can bind the value of attributes in our HTML to JavaScript statements using the v-bind directive. This allows us to use the data props and JavaScript evaluations to control the appearance and structure of our web applications. We'll also discuss that v-bind: can be abbreviated to :.