Skip to main content

Life Cycle

Life cycle

onMounted

import { onMounted } from 'vue'

onMounted(() => {
console.log('Component mounted and executed')
})

Other life cycle

onBeforeMount
onMounted
onBeforeUpdate
onUpdated
onBeforeUnmount
onUnmounted