Front-endVueLife CycleOn this pageLife CycleLife cycle onMounted import { onMounted } from 'vue'onMounted(() => { console.log('Component mounted and executed')}) Other life cycle onBeforeMountonMountedonBeforeUpdateonUpdatedonBeforeUnmountonUnmounted