Back to Vueuse

tryOnMounted

packages/shared/tryOnMounted/index.md

14.3.0212 B
Original Source

tryOnMounted

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

Usage

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

tryOnMounted(() => {

})