摘要: 面试题 1. 路由之间是怎么跳转的?有哪些方式 1、<router-link to="需要跳转到页面的路径"> 2、this.$router.push()跳转到指定的url,并在history中添加记录,点击回退返回到上一个页面 3、this.$router.replace()跳转到指定的url,但 阅读全文
posted @ 2021-07-01 22:26 一个动态类型的幽灵 阅读(2224) 评论(0) 推荐(0) 编辑