mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-05-24 01:12:54 -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({
|
||||
components: { AppLoader },
|
||||
layout: "admin",
|
||||
setup() {
|
||||
// ==========================================================
|
||||
@ -465,8 +466,7 @@ export default defineComponent({
|
||||
return {
|
||||
title: this.$t("settings.site-settings") as string,
|
||||
};
|
||||
},
|
||||
components: { AppLoader }
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user