Back to Vueuse

tryOnBeforeMount

packages/shared/tryOnBeforeMount/index.md

14.3.0232 B
Original Source

tryOnBeforeMount

Safe onBeforeMount. Call onBeforeMount() if it's inside a component lifecycle, if not, just call the function

Usage

ts
import { tryOnBeforeMount } from '@vueuse/core'

tryOnBeforeMount(() => {

})