From e8bbe0ac15b3d13e687054105de2b89974d2ba09 Mon Sep 17 00:00:00 2001
From: WeiHan <1844152414@qq.com>
Date: 星期五, 24 一月 2025 15:10:25 +0800
Subject: [PATCH] update src/components/Process/approvalRecord.vue.

---
 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