chore: more debug

This commit is contained in:
Shivam Mishra
2024-10-08 12:38:03 +05:30
parent f24c87f9b2
commit 0b8df762f9
@@ -26,8 +26,14 @@ export default {
default: false,
},
},
created() {
console.log('PRIMARY NAV ITEM', this.name, this.$t(`SIDEBAR.${this.name}`));
},
beforeMount() {
console.log('PRIMARY NAV ITEM', this.name, this.$t(`SIDEBAR.${this.name}`));
},
mounted() {
console.log('PRIMARY NAV ITEM', this.name, this.$t('SIDEAR.SWITCH'));
console.log('PRIMARY NAV ITEM', this.name, this.$t(`SIDEBAR.${this.name}`));
},
};
</script>