Vue Directives up:: Vue ποΈ Built-in Directives | Vue.js v-bind v-html v-on v-once v-model v-if v-show v-for Dynamic attribute name Attributes can also be set with a dynamic key. <!-- dynamic attribute name --> <button v-bind:[key]="value"></button>