Menu
×
×
Correct!
Exercise:Provide the missing code so that the class is set equal to the 'className' data property, using a Vue directive shorthand.
<div @(6)="className">
The class is set with Vue
</div>
<div :class="className">
The class is set with Vue
</div>
Not CorrectClick here to try again. Correct!Next ❯ |
This will reset the score of ALL 54 exercises.
Are you sure you want to continue?