绊夏微凉

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2021年9月23日

摘要: 1、自定义vue指令 import Vue from 'vue' // 防止重复提交指令 const preventReClick = Vue.directive('preventReClick', { inserted(el, binding) { el.addEventListener('cli 阅读全文
posted @ 2021-09-23 18:18 绊夏微凉 阅读(201) 评论(0) 推荐(0)