aboutsummaryrefslogtreecommitdiff
path: root/src-vue/package-lock.json
diff options
context:
space:
mode:
authorRemy Raes <raes.remy@gmail.com>2022-09-23 18:02:43 +0200
committerRemy Raes <raes.remy@gmail.com>2022-09-23 18:02:43 +0200
commit21784ec3d747000c18b529b6569e1d6941a0c338 (patch)
treeb66319abaf85c947cf4650c2cc3796b5c883e22f /src-vue/package-lock.json
parent919ce45c832f421dc90432962aad09c8d608cddf (diff)
downloadFlightCore-21784ec3d747000c18b529b6569e1d6941a0c338.tar.gz
FlightCore-21784ec3d747000c18b529b6569e1d6941a0c338.zip
build: add element-plus-icons dependency
Diffstat (limited to 'src-vue/package-lock.json')
-rw-r--r--src-vue/package-lock.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/src-vue/package-lock.json b/src-vue/package-lock.json
index 1f142ea8..589cf98f 100644
--- a/src-vue/package-lock.json
+++ b/src-vue/package-lock.json
@@ -8,6 +8,7 @@
"name": "src-vue",
"version": "0.0.0",
"dependencies": {
+ "@element-plus/icons-vue": "^2.0.9",
"element-plus": "^2.2.17",
"vue": "^3.2.37"
},