Skip to content

Commit

Permalink
Rearrange defineComponent to remove warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
boc-the-git committed Dec 9, 2023
1 parent 2ca21d3 commit 1c1e50d
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 1c1e50d

Please sign in to comment.