摘要: 1、介绍Vue中的常用的指令 v bind 绑定属性机制,可以简写为: 对象方法 v bind:class="{'orange': isRipe, 'green': isNotRipe}" 数组方法v bind:class="[class1, class2]" 行内 v bind:style="{c 阅读全文
posted @ 2019-07-29 21:55 sweetLily819 阅读(1014) 评论(0) 推荐(0)