From aaf943ada13005f2b22d01e3d7080b8740d9aa96 Mon Sep 17 00:00:00 2001
From: zhang_12370 <z2864490065@outlook.com>
Date: 星期二, 15 七月 2025 15:09:49 +0800
Subject: [PATCH] 添加待入库功能及优化配煤计算器

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

diff --git a/src/main.js b/src/main.js
index 117280e..5fb87f2 100644
--- a/src/main.js
+++ b/src/main.js
@@ -45,6 +45,7 @@
 import DictTag from '@/components/DictTag'
 import {summarizeTable} from "@/utils/summarizeTable.js";
 import {getCurrentDate} from "@/utils/getCurrentDate.js";
+import VueQrcode from '@chenfengyuan/vue-qrcode';
 
 const app = createApp(App)
 
@@ -68,6 +69,7 @@
 app.component('ImagePreview', ImagePreview)
 app.component('RightToolbar', RightToolbar)
 app.component('Editor', Editor)
+app.component('vue-qrcode', VueQrcode)
 
 app.use(router)
 app.use(store)

--
Gitblit v1.9.3