摘要: 1.创建directive.js文件 import Vue from "vue"; // 提交验证 Vue.directive("clickOutside", { // 初始化指令 bind(el, binding, vnode) { function clickHandler(e) { // 这里 阅读全文
posted @ 2022-07-12 10:09 见贤思“奇” 阅读(1425) 评论(0) 推荐(0)