From 02349238af964e19a46da93e20466a48d755a453 Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期一, 02 九月 2024 17:38:04 +0800 Subject: [PATCH] 正在实现设备管理模块 --- package.json | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/package.json b/package.json index c9aa419..afe157a 100644 --- a/package.json +++ b/package.json @@ -35,6 +35,7 @@ "unplugin-vue-components": "^0.26.0", "vue": "^3.4.21", "vue-router": "^4.3.0", + "xlsx": "^0.18.5", "xml2json": "^0.12.0" }, "devDependencies": { -- Gitblit v1.9.3