Skip to content

wevu / index / onUnmounted

函数: onUnmounted()

onUnmounted(handler): void

定义于: packages/wevu/src/runtime/hooks.ts:221

Vue 3 对齐:组件/页面卸载;映射到页面 onUnload 或组件 detached

参数

handler

() => void

返回

void

Released under the MIT License.