UNPKG
@bye_past/vue-keep
Version:
alpha (2.0.0-alpha.5)
latest (1.2.3)
2.0.0-alpha.5
2.0.0-alpha.4
2.0.0-alpha.3
2.0.0-alpha.2
2.0.0-alpha.1
1.2.3
1.2.1
1.2.0
1.1.2
1.1.0
1.0.2
1.0.0
1.0.0-RC
缓存你的页面组件, 使得可以比手机APP更好的体验效果
byepasthub.github.io/vue-keep/zh
ByePastHub/vue-keep
@bye_past/vue-keep
/
src
/
history
/
index.js
8 lines
(6 loc)
•
199 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
{ historyJumpExtend }
from
'./routerChange'
;
import
{ resetComponentsName }
from
'./routerExtend'
;
export
default
(router) => {
resetComponentsName
(router);
historyJumpExtend
(router); };