UNPKG

@qvant/qui-max

Version:

A Vue 3 Design system for Web.

8 lines (7 loc) 203 B
import { getCurrentInstance, onUnmounted } from "vue"; const tryOnUnmounted = (fn) => { if (getCurrentInstance()) onUnmounted(fn); }; export { tryOnUnmounted }; //# sourceMappingURL=helpers.js.map