摘要: 在vue中的页面跳转方式有以下几种: 1、router-link跳转(不带参数): <router-link to="/index/index"> <button class="button">跳转到首页</button> </router-link> //转换成a标签 <a href="/inde 阅读全文
posted @ 2021-03-04 09:51 清秋_21 阅读(2462) 评论(0) 推荐(0)