From 7955d7693a5854add1f1718644f380e94a4f0573 Mon Sep 17 00:00:00 2001 From: yangfeng <wanwan926_4@163.com> Date: 星期二, 11 七月 2023 18:10:37 +0800 Subject: [PATCH] 网络请求封装及公共组件导入优化 --- src/main.js | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/main.js b/src/main.js index d044990..cda3af3 100644 --- a/src/main.js +++ b/src/main.js @@ -4,6 +4,8 @@ import ElementUI from "element-ui" import "element-ui/lib/theme-chalk/index.css" import "@/assets/style/index.scss" +import "@/components" + Vue.use(ElementUI) Vue.config.productionTip = false -- Gitblit v1.8.0