摘要: 阻止事件冒泡:使用stop <div @click="func2"> <div @click.stop="func($event)"> <input type="button" value="按钮1"> <input type="button" value="按钮2"> <input type="b 阅读全文
posted @ 2020-12-06 23:14 #Friday 阅读(61) 评论(0) 推荐(0)
摘要: <!-- 1. v-bind属性设定src --> <img v-bind:src="imgUrl"> <!-- 2. 用v-bind的简写模式 --> <img :src="imgUrl"> <!-- 3. v-bind来控制class,字符串:麻烦以及原始,不推荐 --> <div :class 阅读全文
posted @ 2020-12-06 21:05 #Friday 阅读(505) 评论(0) 推荐(0)