Fix titles of category, tag, tool pages (#905)

This commit is contained in:
Philipp Fischbeck
2022-01-07 22:08:05 +01:00
committed by GitHub
parent 1482f51fcd
commit 76d2eecd86
8 changed files with 21 additions and 29 deletions

View File

@@ -27,9 +27,5 @@ export default defineComponent({
categories,
};
},
// head: {
// // @ts-ignore
// title: this.$t("sidebar.categories") as string,
// },
});
</script>
</script>