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
/
utils
/
index.js
7 lines
(6 loc)
•
187 B
JavaScript
View Raw
1
2
3
4
5
6
7
export
*
from
'./callbacks'
;
export
*
from
'./history'
;
export
const
assign =
Object
.
assign
;
export
const
isObject
= (
value
) => {
return
typeof
value ===
'object'
&& value !==
null
; };