yangfeng
2023-12-04 6f1229d08cf208bfb9ea71b6909e46620948ad9a
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,