Skip to content

wevu / index / onBeforeMount

函数: onBeforeMount()

onBeforeMount(handler): void

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

Vue 3 对齐:挂载前;setup 时同步触发以模拟 beforeMount 语义

参数

handler

() => void

返回

void

Released under the MIT License.