diff options
author | Remy Raes <raes.remy@gmail.com> | 2022-10-20 00:40:58 +0200 |
---|---|---|
committer | Remy Raes <raes.remy@gmail.com> | 2022-10-20 00:40:58 +0200 |
commit | a4e2e5e75c9301ffb5ab9f31c1a6d43106f33db6 (patch) | |
tree | 1a7ae6bc84c576f0978b7998e58a31655b9aeb12 /src-vue/package.json | |
parent | 546d1908b15fc7c21b1b5f0109826fb03a5493fd (diff) | |
download | FlightCore-a4e2e5e75c9301ffb5ab9f31c1a6d43106f33db6.tar.gz FlightCore-a4e2e5e75c9301ffb5ab9f31c1a6d43106f33db6.zip |
build: add vue-router dependency
Diffstat (limited to 'src-vue/package.json')
-rw-r--r-- | src-vue/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src-vue/package.json b/src-vue/package.json index 8f53ad27..186c44e0 100644 --- a/src-vue/package.json +++ b/src-vue/package.json @@ -13,6 +13,7 @@ "element-plus": "^2.2.17", "tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#dev", "vue": "^3.2.37", + "vue-router": "^4.1.5", "vuex": "^4.0.2" }, "devDependencies": { |