美文网首页
vue beforeRouter中使用store

vue beforeRouter中使用store

作者: 五洋捉鳖zz | 来源:发表于2019-05-05 19:05 被阅读0次
    import store from '../../store/index'
    ...
    router.beforeEach((to, from, next) => {
      store.commit('UPDATE_CURRENT_PATH', to.fullPath)
    })
    ...
    

    相关文章

      网友评论

          本文标题:vue beforeRouter中使用store

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