This commit is contained in:
asd
2019-12-09 10:53:31 +08:00
parent 6844b86ddd
commit a5b8a9cc03

View File

@@ -208,6 +208,8 @@ new Vue({
(2) 定义route.beforeEach
```
router.before
router.beforeEach((to,from,next)=>{
})
```