Tuesday, 1 June, 2021 UTC


Summary

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 `:`.