Managing Classes with Vue
Class and Style Bindings allows for class and style manipulation. Like with other attributes, Vue data is bound to class and style attributes with an enhanced version of v-bind
directive, which can evaluate not only expressions but objects and arrays as well.