Example: 'class' and 'v-bind:class'

The 'impClass' class is set in the normal way with the class attribute, and the 'yelClass' class is set with v-bind:class. The result is that Vue merges the classes so that the div element belongs to both classes.

This div belongs to both 'impClass' and 'yelClass'.