A common need and use case for attribute bindings is to manipulate the look of elements with CSS classes or style attributes.
To make this task easier than ever, Vue provides special enhancements when v-bind
is used with the class
or style
attribute. In this lesson, we learn how to apply dynamic classes based on our Vue data.