Added basic router

This commit is contained in:
2023-06-14 09:19:12 +02:00
parent 83f66c64a1
commit 70350b8d88
8 changed files with 84 additions and 18 deletions

View File

@@ -12,7 +12,8 @@
"format": "prettier --write src/"
},
"dependencies": {
"vue": "^3.3.4"
"vue": "^3.3.4",
"vue-router": "^4.2.2"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.2.0",