1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-07-19 05:09:40 +02:00

fix linter issues

This commit is contained in:
hay-kot 2021-08-07 16:49:55 -08:00
parent a1b1b529a3
commit 3ed197a843
21 changed files with 58 additions and 33 deletions

View file

@ -24,6 +24,7 @@
export default {
props: {
loading: {
type: Boolean,
default: true,
},
small: {
@ -62,7 +63,7 @@ export default {
},
waitingText() {
return this.$t("general.loading-recipes");
}
},
},
};
</script>