mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-06-03 13:44:55 -04:00
Rearrange defineComponent to remove warnings
This commit is contained in:
parent
2ca21d3bbc
commit
1c1e50dbda
@ -216,6 +216,7 @@ interface CheckApp extends CheckAppConfig {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export default defineComponent({
|
export default defineComponent({
|
||||||
|
components: { AppLoader },
|
||||||
layout: "admin",
|
layout: "admin",
|
||||||
setup() {
|
setup() {
|
||||||
// ==========================================================
|
// ==========================================================
|
||||||
@ -465,8 +466,7 @@ export default defineComponent({
|
|||||||
return {
|
return {
|
||||||
title: this.$t("settings.site-settings") as string,
|
title: this.$t("settings.site-settings") as string,
|
||||||
};
|
};
|
||||||
},
|
}
|
||||||
components: { AppLoader }
|
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user