海兔
1 years ago @Edit 1 years ago
5-18 Property Binding 屬性繫結
<img [title] = "title" [src]= "imgurl">
[attr.data-title] = "title"
attr.設定data attribute的自動綁定
他的值是從title來的
用attr.自動把值綁訂到property binding
Property Binding 是綁定img這個物件 而不適html
這裡的property和屬性的property是兩個不同的意思