Closed
Description
Example
v-bind:class.class-name="expression"
//is equivalent to
v-bind:class="{'class-name': expression}"
More about:
https://scotch.io/tutorials/angular-2-classes-with-ngclass-and-ngstyle#using-the-styleproperty-binding
Example
v-bind:class.class-name="expression"
//is equivalent to
v-bind:class="{'class-name': expression}"
More about:
https://scotch.io/tutorials/angular-2-classes-with-ngclass-and-ngstyle#using-the-styleproperty-binding