Little improvements

This commit is contained in:
Kamil Klecha
2021-10-20 11:14:58 +02:00
parent 43c77180d7
commit ca85b6a08c
2 changed files with 4 additions and 1 deletions

View File

@@ -66,7 +66,9 @@
</v-row> </v-row>
</v-card-actions> </v-card-actions>
</v-card> </v-card>
<v-skeleton-loader type="card" v-else></v-skeleton-loader> <v-card width="350" v-else>
<v-skeleton-loader type="card"></v-skeleton-loader>
</v-card>
<Details <Details
v-model="details" v-model="details"
:city="city" :city="city"

View File

@@ -31,6 +31,7 @@ export default new Vuex.Store({
// ... // ...
}) })
.catch((error) => { .catch((error) => {
dispatch("errorMessage", "Błąd podczas logowania!");
// const errorCode = error.code; // const errorCode = error.code;
// const errorMessage = error.message; // const errorMessage = error.message;
}); });