aboutsummaryrefslogtreecommitdiff
path: root/src-vue/package.json
diff options
context:
space:
mode:
authorRemy Raes <contact@remyraes.com>2022-09-22 08:26:48 +0200
committerRemy Raes <contact@remyraes.com>2022-09-22 08:26:48 +0200
commitcb54685f4b95982acb7c13e2158f538a3ce37ec4 (patch)
tree9a6c4375a74a8ef754ef4d70adae15530229354c /src-vue/package.json
parentf334275ffd522ff7a90d0b19e115ef6a4c0fb1e3 (diff)
downloadFlightCore-cb54685f4b95982acb7c13e2158f538a3ce37ec4.tar.gz
FlightCore-cb54685f4b95982acb7c13e2158f538a3ce37ec4.zip
build: add element-plus dependency
Diffstat (limited to 'src-vue/package.json')
-rw-r--r--src-vue/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/src-vue/package.json b/src-vue/package.json
index 95f64f11..a60f5ca6 100644
--- a/src-vue/package.json
+++ b/src-vue/package.json
@@ -9,6 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
+ "element-plus": "^2.2.17",
"vue": "^3.2.37"
},
"devDependencies": {
@@ -17,4 +18,4 @@
"vite": "^3.1.0",
"vue-tsc": "^0.40.4"
}
-} \ No newline at end of file
+}