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 route = useRoute()
const activeKey = ref('collection') const activeKey = ref('collection')
watch(() => authStore.isAuthenticated, (newVal) => { // watch(() => authStore.isAuthenticated, (newVal) => {
console.log('Auth state changed:', newVal) // console.log('Auth state changed:', newVal)
}, { immediate: true }) // }, { immediate: true })
const mainMenu = computed(() => { const mainMenu = computed(() => {
return [ return [