src/main.js
@@ -4,14 +4,15 @@ import store from "./store" import ElementUI from "element-ui" import "element-ui/lib/theme-chalk/index.css" Vue.config.productionTip = false // import Element from "element-ui" // Vue.use(Element, { size: "small", zIndex: 3000 }) // 防止连续点击 // 全局指令 import { preventReClick } from "@/api/global-directives"; Vue.use(preventReClick); Vue.use(ElementUI) new Vue({ router, store,