From 672f9968c512175b3b8f20dc36e04a8ca9614a8d Mon Sep 17 00:00:00 2001 From: wangzhengkun Date: Thu, 3 Jun 2021 15:59:36 +0800 Subject: [PATCH] =?UTF-8?q?feat(package):=20=E6=9B=B4=E6=96=B0=E7=BB=84?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui/package.json b/ui/package.json index d070d76d..7e0a0c8c 100644 --- a/ui/package.json +++ b/ui/package.json @@ -20,9 +20,11 @@ "element-ui": "^2.15.1", "fit2cloud-ui": "^1.2.0", "http2": "^3.3.7", + "js-yaml": "^4.1.0", "normalize.css": "^8.0.1", "nprogress": "^0.2.0", "vue": "^2.6.11", + "vue-codemirror": "^4.0.6", "vue-i18n": "^8.22.4", "vuex": "^3.6.0" },