naveenkumarr05 / weather-app

0 stars 0 forks source link

Promise #5

Closed Oksana13 closed 2 years ago

Oksana13 commented 2 years ago

It's better to keep all such logic in Actions, and you duplicates it there and uses Promise, so, here you can just use try catch block, it would be much cleaner

https://github.com/naveenkumarr05/weather-app/blob/89bbedf3d4fd693a7f39c6db777a1ad077478127/src/components/SearchField.vue#L54

naveenkumarr05 commented 2 years ago

Okay Got it

naveenkumarr05 commented 2 years ago

Updated logic