v-bind 指令可以更新 HTML 属性:
v-bind
在这里 href 是参数,告知 v-bind 指令将该元素的 href 属性与表达式 url 的值绑定。
href
url
缩写:
<a :href="url">...</a>