v-bind is used to bind an element’s attribute to a data property. For example, v-bind:src="imageSrc" dynamically sets the src attribute of an img tag.
v-bind
v-bind:src="imageSrc"
src
img