Today we learned about Vue attribute binding, or how to make dynamic attributes for your HTML elements. We go over examples using href and class, but this could be applied to any attribute such as image src, id, or anything else. We wrap up with a mini project to practice what we learned.