摘要: 1.stopBtnRepeat.js // 阻止按钮重复提交 import Vue from 'vue' Vue.directive("stopBtnRepeat", { bind: function (el, binding) { function clickHandler(e) { if (el 阅读全文
posted @ 2021-03-26 13:52 李二十七 阅读(406) 评论(0) 推荐(0) 编辑