Min's blog

I choose to see the beauties in the world.

导航

2017年6月25日

摘要: 模板: 1. 数据更新模板变化 {{msg}} 2.数据绑定一次 <span v-once>This will never change: {{ msg }}</span> 3. html转译输出 <div v-html="msg"></div> 过滤器 1. 大写:{{msg.toUpperCas 阅读全文

posted @ 2017-06-25 16:03 Min77 阅读(158) 评论(0) 推荐(0) 编辑

摘要: 1. 图片地址: 阅读全文

posted @ 2017-06-25 14:45 Min77 阅读(143) 评论(0) 推荐(0) 编辑

摘要: 事件对象: @click="show($event)" ev.clientX 接收 事件冒泡: 阻止冒泡: 1. ev.cancelBubble=true; 2.@click.stop="" 推荐 默认行为(默认事件): 阻止默认事件: 1.ev.preventDefault 2.@contextm 阅读全文

posted @ 2017-06-25 10:44 Min77 阅读(114) 评论(0) 推荐(0) 编辑