From f3d9e9f22e115c399af7adf9759f5846c8c33bd5 Mon Sep 17 00:00:00 2001
From: zuozhengqing <a13193816592@163.com>
Date: 星期一, 25 九月 2023 14:57:49 +0800
Subject: [PATCH] ”样式重置,布局修改“

---
 src/main.js |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/main.js b/src/main.js
index d0bcf43..91c991c 100644
--- a/src/main.js
+++ b/src/main.js
@@ -1,8 +1,11 @@
 import Vue from 'vue'
 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);
 window.document.title = "棣栭〉";
 
 new Vue({

--
Gitblit v1.8.0