feat: optimización integral y auditoría de rendimiento SIBU 2.0.1
This commit is contained in:
@ -17,9 +17,7 @@ const favoritesStore = useFavoritesStore()
|
||||
|
||||
const isSplashScreen = computed(() => route.name === 'splash')
|
||||
const isAuthScreen = computed(() => {
|
||||
const name = route.name?.toString().toLowerCase() || ''
|
||||
const path = route.path.toLowerCase()
|
||||
return name.includes('auth') || path.includes('/login') || path.includes('/register')
|
||||
return route.path === '/login' || route.path === '/register' || route.name === 'auth'
|
||||
})
|
||||
|
||||
onMounted(() => {
|
||||
|
||||
Reference in New Issue
Block a user