temp disable

This commit is contained in:
nquidox 2025-09-22 19:54:12 +03:00
parent 6276bc6992
commit bd25bc90cf

View file

@ -12,9 +12,9 @@ const showMobileMenu = ref(false)
const route = useRoute()
const activeKey = ref('collection')
watch(() => authStore.isAuthenticated, (newVal) => {
console.log('Auth state changed:', newVal)
}, { immediate: true })
// watch(() => authStore.isAuthenticated, (newVal) => {
// console.log('Auth state changed:', newVal)
// }, { immediate: true })
const mainMenu = computed(() => {
return [