摘要: Vue模板语法(二) 样式绑定 class绑定 使用方式:v-bind:class="expression" expression的类型:字符串、数组、对象 1.2 style绑定 v-bind:style="expression" expression的类型:字符串、数组、对象 事件处理器 事件监 阅读全文
posted @ 2019-08-22 15:18 Mr.XiaoQi 阅读(315) 评论(0) 推荐(0) 编辑