美文网首页
路由传参

路由传参

作者: 温梦丽 | 来源:发表于2019-03-20 10:49 被阅读0次

    这里就记录下用法,方便下次忘记的时候可以查看

      this.$router.push({
                name: 'VideoPage',
                params: { videoIndex: this.whichHost}
              });
    

    在组件中使用:

    this.$route.params.videoIndex
    

    相关文章

      网友评论

          本文标题:路由传参

          本文链接:https://www.haomeiwen.com/subject/mwkdhqtx.html