File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -223,6 +223,7 @@ Our contributors have made this project better. Thank you! 🙏
223
223
<a href =" https://github.com/pyQianYi " ><img src =" https://avatars.githubusercontent.com/u/57526688?v=4 " width =" 60px " alt =" pyQianYi " /></a >
224
224
<a href =" https://github.com/xyy94813 " ><img src =" https://avatars.githubusercontent.com/u/17971352?v=4 " width =" 60px " alt =" xyy94813 " /></a >
225
225
<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 >
226
227
</p >
227
228
228
229
## License
Original file line number Diff line number Diff line change @@ -223,6 +223,7 @@ pnpm build
223
223
<a href =" https://github.com/pyQianYi " ><img src =" https://avatars.githubusercontent.com/u/57526688?v=4 " width =" 60px " alt =" pyQianYi " /></a >
224
224
<a href =" https://github.com/xyy94813 " ><img src =" https://avatars.githubusercontent.com/u/17971352?v=4 " width =" 60px " alt =" xyy94813 " /></a >
225
225
<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 >
226
227
</p >
227
228
228
229
## License
Original file line number Diff line number Diff line change 1
1
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'
3
3
4
4
import NProgress from 'nprogress'
5
5
import 'nprogress/nprogress.css'
@@ -16,8 +16,8 @@ const router = createRouter({
16
16
} )
17
17
18
18
// 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 )
21
21
}
22
22
23
23
router . beforeEach ( ( to : EnhancedRouteLocation , from , next ) => {
You can’t perform that action at this time.
0 commit comments