We know how to render data in the DOM with Vue 3, and now it's time to take a closer look at how we can bind HTML attributes to our Vue data.
This is achieved with Vue's v-bind
directive and would let us change the href
(or any other HTML attribute) of a link or swap out an image if we need to.