diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2022-10-20 22:30:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-20 22:30:49 +0200 |
commit | 31f26c4dd4a92bb5826ad2af9ccb9808fca40e40 (patch) | |
tree | 6ec4bfbca57658543e0cf6d610af1c21f2de106c /src-vue/package.json | |
parent | 9b4e032b73e3f40c8c4126a25356f467a833d239 (diff) | |
parent | 2e5c9b034d6bd7aa6fddc7f7f75be071b30b9c5a (diff) | |
download | FlightCore-31f26c4dd4a92bb5826ad2af9ccb9808fca40e40.tar.gz FlightCore-31f26c4dd4a92bb5826ad2af9ccb9808fca40e40.zip |
Merge pull request #25 from Alystrasz/refactor/router-view
refactor: Router view
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": { |