diff options
author | Remy Raes <contact@remyraes.com> | 2022-09-22 08:26:48 +0200 |
---|---|---|
committer | Remy Raes <contact@remyraes.com> | 2022-09-22 08:26:48 +0200 |
commit | cb54685f4b95982acb7c13e2158f538a3ce37ec4 (patch) | |
tree | 9a6c4375a74a8ef754ef4d70adae15530229354c /src-vue/package.json | |
parent | f334275ffd522ff7a90d0b19e115ef6a4c0fb1e3 (diff) | |
download | FlightCore-cb54685f4b95982acb7c13e2158f538a3ce37ec4.tar.gz FlightCore-cb54685f4b95982acb7c13e2158f538a3ce37ec4.zip |
build: add element-plus dependency
Diffstat (limited to 'src-vue/package.json')
-rw-r--r-- | src-vue/package.json | 3 |
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 +} |