vue.js v-bind code example
Example 1: vue js data bind
// with v=bind
//or with :
//website is variable/property with link in a Vue instance
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.