UNPKG

vue-with-keep-alive

Version:
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 };