jiaozitang / Vuejs-note

0 stars 0 forks source link

模板语法 #4

Closed jiaozitang closed 6 years ago

jiaozitang commented 6 years ago

特性: HTML 特性应该用v-bind

<button v-bind:disabled="isButtonDisabled">Button</button>

如果 isButtonDisabled 的值是 null、undefined 或 false,则 disabled 特性甚至不会被包含在渲染出来的