Skip to content

Commit

Permalink
Merge pull request #2818 from boc-the-git/tidy-site-settings
Browse files Browse the repository at this point in the history
fix: Rearrange defineComponent to remove warnings
  • Loading branch information
boc-the-git authored Dec 11, 2023
2 parents 2ca21d3 + 1c1e50d commit 32616a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/pages/admin/site-settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ interface CheckApp extends CheckAppConfig {
}
export default defineComponent({
components: { AppLoader },
layout: "admin",
setup() {
// ==========================================================
Expand Down Expand Up @@ -465,8 +466,7 @@ export default defineComponent({
return {
title: this.$t("settings.site-settings") as string,
};
},
components: { AppLoader }
}
});
</script>

Expand Down

0 comments on commit 32616a8

Please sign in to comment.