From 30de9d677b3bc4954802980f847c79505d12658e Mon Sep 17 00:00:00 2001 From: yangfeng <wanwan926_4@163.com> Date: 星期四, 20 七月 2023 18:26:10 +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