摘要: 1,标签跳转 <router-link to='two.html'><button>点我到第二个页面</button></router-link> 2,点击事件跳转 html : <button @click="hreftwo" class="test-one">点我到第二个页面</button> 阅读全文
posted @ 2020-11-18 09:20 web格调 阅读(618) 评论(0) 推荐(0) 编辑