HTML attributes are bound using v-bind or the shorthand :. For example, :href="url" binds the href attribute to a dynamic URL.
v-bind
:
:href="url"
href