What is v-bind used for in Vue.js?

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.