UNPKG

@bye_past/vue-keep

Version:

缓存你的页面组件, 使得可以比手机APP更好的体验效果

7 lines (6 loc) 187 B
export * from './callbacks'; export * from './history'; export const assign = Object.assign; export const isObject = (value) => { return typeof value === 'object' && value !== null; };