This commit is contained in:
asd
2019-12-09 10:54:31 +08:00
parent a5b8a9cc03
commit 7016155769

View File

@@ -209,7 +209,10 @@ new Vue({
``` ```
router.beforeEach((to,from,next)=>{ router.beforeEach((to,from,next)=>{
.....
next()
}) })
``` ```
to: