From 213acbd9ba90742c0d72bd17af140c6cffdb7a76 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期五, 17 一月 2025 10:27:43 +0800 Subject: [PATCH] ui --- src/main.js | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/main.js b/src/main.js index f253456..e2499c7 100644 --- a/src/main.js +++ b/src/main.js @@ -3,8 +3,13 @@ import router from './router' import store from './store' +import ElementUI from 'element-ui' +import 'element-ui/lib/theme-chalk/index.css' + Vue.config.productionTip = false +Vue.use(ElementUI) + new Vue({ router, store, -- Gitblit v1.8.0