From 21ef2641f0292f01cb0bb362c24b30b5014dae8e Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期三, 25 十二月 2024 20:32:47 +0800
Subject: [PATCH] 加生化
---
src/main.ts | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main.ts b/src/main.ts
index e979762..903ad66 100644
--- a/src/main.ts
+++ b/src/main.ts
@@ -5,7 +5,7 @@
import { directive } from '/@/directive/index';
import { i18n } from '/@/i18n/index';
import other from '/@/utils/other';
-
+import print from 'vue3-print-nb'
import ElementPlus from 'element-plus';
import * as ElementPlusIconsVue from '@element-plus/icons-vue'
import '/@/theme/index.scss';
@@ -19,4 +19,4 @@
directive(app);
other.elSvg(app);
-app.use(pinia).use(router).use(ElementPlus).use(i18n).use(VueGridLayout).mount('#app');
+app.use(print).use(pinia).use(router).use(ElementPlus).use(i18n).use(VueGridLayout).mount('#app');
--
Gitblit v1.8.0