From 5d641e5de49e64b89c998f28f9f1cf65515e1721 Mon Sep 17 00:00:00 2001
From: dap <15891557205@163.com>
Date: 星期二, 30 四月 2024 22:09:53 +0800
Subject: [PATCH] fix: 用户管理-部门变化后需要重新选择岗位

---
 src/main.ts |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/main.ts b/src/main.ts
index 29a5ee5..592de58 100644
--- a/src/main.ts
+++ b/src/main.ts
@@ -15,6 +15,12 @@
 // 娉ㄥ唽鎻掍欢
 import plugins from './plugins/index'; // plugins
 
+// 楂樹寒缁勪欢
+// import 'highlight.js/styles/a11y-light.css';
+import 'highlight.js/styles/atom-one-dark.css';
+import 'highlight.js/lib/common';
+import HighLight from '@highlightjs/vue-plugin';
+
 // svg鍥炬爣
 import 'virtual:svg-icons-register';
 import ElementIcons from '@/plugins/svgicon';
@@ -38,6 +44,7 @@
 
 const app = createApp(App);
 
+app.use(HighLight);
 app.use(ElementIcons);
 app.use(router);
 app.use(store);

--
Gitblit v1.9.3