fix: resolve blank screen on return from external links
This commit is contained in:
@ -23,7 +23,8 @@ function fetchData() {
|
||||
}
|
||||
|
||||
function handleRefocus() {
|
||||
fetchData()
|
||||
// Recarga silenciosa: no congela la UI si ya hay datos
|
||||
taxiStore.silentReload()
|
||||
}
|
||||
|
||||
onMounted(async () => {
|
||||
|
||||
Reference in New Issue
Block a user