From f24c87f9b24b875932b61566f800a6e7b4eebb01 Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Tue, 8 Oct 2024 12:28:48 +0530 Subject: [PATCH] chore: try --- .../components/layout/sidebarComponents/PrimaryNavItem.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/javascript/dashboard/components/layout/sidebarComponents/PrimaryNavItem.vue b/app/javascript/dashboard/components/layout/sidebarComponents/PrimaryNavItem.vue index 8951f946c..6d4596a92 100644 --- a/app/javascript/dashboard/components/layout/sidebarComponents/PrimaryNavItem.vue +++ b/app/javascript/dashboard/components/layout/sidebarComponents/PrimaryNavItem.vue @@ -26,6 +26,9 @@ export default { default: false, }, }, + mounted() { + console.log('PRIMARY NAV ITEM', this.name, this.$t('SIDEAR.SWITCH')); + }, };