temp disable
This commit is contained in:
parent
6276bc6992
commit
bd25bc90cf
1 changed files with 3 additions and 3 deletions
|
|
@ -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 [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue