码迷,mamicode.com
首页 > 其他好文 > 详细

vue-router使用以及vue下的nextTick钩子函数

时间:2017-08-22 17:59:47      阅读:644      评论:0      收藏:0      [点我收藏+]

标签:获取   钩子函数   r文件   文件   函数   钩子   ati   from   更新   

先把router文件引入过来

import router from ‘../../router‘
router.push({name: ‘merchantStationDetail‘, params: {"authorCheckList":authorCheckList,"stationName":stationName,"groupId":groupId}});
填入router配置的路径名称,和相关参数
获取参数
this.authorCheckList=this.$route.params.authorCheckList;

nextTick
应用场景
当一些数据更新后,需要回调一些校验函数
这个时候需要nextTick钩子函数,获取到数据更新后的状态

vue-router使用以及vue下的nextTick钩子函数

标签:获取   钩子函数   r文件   文件   函数   钩子   ati   from   更新   

原文地址:http://www.cnblogs.com/windseek/p/7412778.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!