如果在 v-bind 加入 .prop 這個修飾符號,他綁定的就不是HTML元素的屬性(attribute),而是DOM的屬性(property)。 <a :href="url" :title.prop="hint">link</a> ...
確定! 回上一頁