v-id in vue js explained code example
Example 1: vue render html raw
Using mustaches: {{ rawHtml }}
Using v-html directive:
Example 2: v-bind
The above syntax means the presence of the active class will be determined by the truthiness of the data property isActive.