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

vue-router 的原理

时间:2019-09-23 09:30:45      阅读:86      评论:0      收藏:0      [点我收藏+]

标签:listen   原理   回退   bsp   oca   his   style   state   event   

1. hash

修改的时候:history.pushState(‘名字‘, null, ‘/xxx‘) || location.hash = ‘/xxx‘

回退的时候:window.addEventListener(‘statepop‘ || ‘hashchange‘)

 

2. history

修改的时候:history.pushState(‘名字‘, null, ‘/xxx‘)

回退的时候:window.addEventListener(‘statepop‘)

 

vue-router 的原理

标签:listen   原理   回退   bsp   oca   his   style   state   event   

原文地址:https://www.cnblogs.com/amiezhang/p/11570259.html

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