mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-09 03:04:54 -04:00
Merge pull request #2818 from boc-the-git/tidy-site-settings
fix: Rearrange defineComponent to remove warnings
This commit is contained in:
commit
32616a8c2b
@ -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