摘要: 一.阻止表单自动提交刷新页面: 注意: 鼠标事件导致页面刷新问题,在el-form上增加 @submit.native.prevent 可阻止页面刷新 二.阻止表单多次重复点击提交数据公共方法:export default {}.install = (Vue, options = {}) => { Vue.directive('dbClick', { ... 阅读全文
posted @ 2018-11-05 22:33 fate、hu 阅读(2562) 评论(0) 推荐(0) 编辑