03 2021 档案

摘要: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 李二十七 阅读(473) 评论(0) 推荐(0)
摘要:1.实现的效果 2.template <template> <div class="entrance"> <div class="header"> <h2>BFF赤川什么什么系统入口</h2> </div> <div class="content"> <div class="box" :class= 阅读全文
posted @ 2021-03-06 17:03 李二十七 阅读(3699) 评论(1) 推荐(1)