From 685511b71cc4bb676f3e5c832bb5ed218b80c250 Mon Sep 17 00:00:00 2001
From: quanyawei <401863037@qq.com>
Date: Mon, 16 Oct 2023 10:47:57 +0800
Subject: [PATCH] fix:表格样式添加

---
 package.json |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/package.json b/package.json
index 0039fd1..505c898 100644
--- a/package.json
+++ b/package.json
@@ -35,6 +35,7 @@
     "leaflet-velocity": "^1.7.0",
     "less": "^4.1.1",
     "less-loader": "^6.2.0",
+    "lodash": "^4.17.21",
     "moment": "^2.29.4",
     "node-sass": "^4.14.1",
     "normalize.css": "7.0.0",
@@ -58,6 +59,7 @@
   },
   "devDependencies": {
     "@babel/core": "7.0.0",
+    "@babel/plugin-proposal-optional-chaining": "^7.21.0",
     "@babel/register": "7.0.0",
     "@vue/cli-plugin-babel": "3.6.0",
     "@vue/cli-plugin-eslint": "3.6.0",

--
Gitblit v1.8.0