Skip to content

Commit 36c0a84

Browse files
committed
chore: Add new contributor
1 parent 9459583 commit 36c0a84

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ Our contributors have made this project better. Thank you! 🙏
223223
<a href="https://github.com/pyQianYi"><img src="https://avatars.githubusercontent.com/u/57526688?v=4" width="60px" alt="pyQianYi" /></a>
224224
<a href="https://github.com/xyy94813"><img src="https://avatars.githubusercontent.com/u/17971352?v=4" width="60px" alt="xyy94813" /></a>
225225
<a href="https://github.com/faukwaa"><img src="https://avatars.githubusercontent.com/u/133618995?v=4" width="60px" alt="faukwaa" /></a>
226+
<a href="https://github.com/chensongni"><img src="https://avatars.githubusercontent.com/u/18071921?v=4" width="60px" alt="chensongni" /></a>
226227
</p>
227228

228229
## License

README.zh-CN.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ pnpm build
223223
<a href="https://github.com/pyQianYi"><img src="https://avatars.githubusercontent.com/u/57526688?v=4" width="60px" alt="pyQianYi" /></a>
224224
<a href="https://github.com/xyy94813"><img src="https://avatars.githubusercontent.com/u/17971352?v=4" width="60px" alt="xyy94813" /></a>
225225
<a href="https://github.com/faukwaa"><img src="https://avatars.githubusercontent.com/u/133618995?v=4" width="60px" alt="faukwaa" /></a>
226+
<a href="https://github.com/chensongni"><img src="https://avatars.githubusercontent.com/u/18071921?v=4" width="60px" alt="chensongni" /></a>
226227
</p>
227228

228229
## License

src/router/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { createRouter, createWebHistory } from 'vue-router/auto'
2-
import { routes, handleHotUpdate } from 'vue-router/auto-routes'
2+
import { handleHotUpdate, routes } from 'vue-router/auto-routes'
33

44
import NProgress from 'nprogress'
55
import 'nprogress/nprogress.css'
@@ -16,8 +16,8 @@ const router = createRouter({
1616
})
1717

1818
// This will update routes at runtime without reloading the page
19-
if (import.meta.hot) {
20-
handleHotUpdate(router)
19+
if (import.meta.hot) {
20+
handleHotUpdate(router)
2121
}
2222

2323
router.beforeEach((to: EnhancedRouteLocation, from, next) => {

0 commit comments

Comments
 (0)