haoxuan
2023-12-04 e6370a879323b476ba482b817cf602da25c65fa6
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,