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 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 [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue