vue 跳转的两种方法

1、标签跳转

<router-link to='two'>
    <button>点我到第二个页面</button>
</router-link>

2、点击事件跳转

    <button @click="hreftwo" class="test-one">点我到第二个页面</button>
js   :
    methods:{
         //跳转页面
         hreftwo(){
             this.$router.push({path:'/two'})
         }
     }
本作品采用《CC 协议》,转载必须注明作者和本文链接
讨论数量: 0
(= ̄ω ̄=)··· 暂无内容!

讨论应以学习和精进为目的。请勿发布不友善或者负能量的内容,与人为善,比聪明更重要!
文章
1
粉丝
0
喜欢
0
收藏
0
排名:3178
访问:117
私信
所有博文
社区赞助商