UNPKG

@bye_past/vue-keep

Version:

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

11 lines (8 loc) 227 B
import { KEEP_COMPONENT_DESTROY } from './constants'; function destroy(value) { const destroyEvent = new CustomEvent(KEEP_COMPONENT_DESTROY, { detail: value }); window.dispatchEvent(destroyEvent); } export { destroy };