Fix missing metainfo on some views
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -67,6 +67,11 @@ import RouteName from "../router/name";
|
||||
components: {
|
||||
BField,
|
||||
},
|
||||
metaInfo() {
|
||||
return {
|
||||
title: this.$t("Page not found") as string,
|
||||
};
|
||||
},
|
||||
})
|
||||
export default class PageNotFound extends Vue {
|
||||
searchText = "";
|
||||
|
||||
Reference in New Issue
Block a user