From 9b1e7a581891d869c8677366bcdc7f7f722fe27b Mon Sep 17 00:00:00 2001 From: zuozhengqing <a13193816592@163.com> Date: 星期一, 25 九月 2023 19:15:37 +0800 Subject: [PATCH] "组件拆分" --- src/main.js | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/main.js b/src/main.js index f22e18f..91c991c 100644 --- a/src/main.js +++ b/src/main.js @@ -2,6 +2,7 @@ import App from './App.vue' import ElementUI from 'element-ui'; import 'element-ui/lib/theme-chalk/index.css'; +import '@/assets/styles/reset.css' Vue.config.productionTip = false Vue.use(ElementUI); -- Gitblit v1.8.0