摘要:
<template> <div class="casehistory"> <jzrlist :isup="isup" :lastOrder="lastOrder" :djs="djs" @getjzrinfo="getjzrinfo"></jzrlist> <div class="classCase 阅读全文
摘要:
Vue.js 为了简化这种常见需求,为v-on提供了一个叫Event Modifiers (事件修饰符)的语法糖。vue2共提供了五个事件修饰符: .stop 阻止事件向上冒泡,等价于添加event.stopPropagation() .prevent 阻止元素发生默认的行为,等价于添加event. 阅读全文