Skip to content

Commit 9040ee6

Browse files
committed
Install Vue Router
1 parent f44af47 commit 9040ee6

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

package-lock.json

Lines changed: 23 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"dependencies": {
2323
"@vitejs/plugin-vue": "^5.2.1",
2424
"typescript": "^5.7.2",
25-
"vue": "^3.5.13"
25+
"vue": "^3.5.13",
26+
"vue-router": "^4.5.0"
2627
}
2728
}

0 commit comments

Comments
 (0)