Appearance
安全的 onBeforeUnmount。
import { tryOnBeforeUnmount } from '@base-web-kits/base-tools-vue'; tryOnBeforeUnmount(() => { console.log('before unmount'); });
VueUse