Fixed incorrect names

This commit is contained in:
Maximilian Giller 2021-07-27 23:06:53 +02:00
parent 7b71848e52
commit 167a002f95
3 changed files with 3 additions and 3 deletions

View file

@ -21,7 +21,7 @@ import LayoutMinimal from "@/components/layout/LayoutMinimal";
import BaseTitle from "@/components/base/BaseTitle";
export default {
name: "NotFound",
name: "Changelog",
components: {
LayoutMinimal,
BaseTitle

View file

@ -26,7 +26,7 @@ import { helperService } from "@/services/helper.service.js";
import store from "@/store";
export default {
name: "Home",
name: "History",
data: () => {
return {
working: true

View file

@ -97,7 +97,7 @@ import FormTagAdd from "@/components/forms/FormTagAdd";
import store from "@/store";
export default {
name: "Home",
name: "Manage",
components: {
LayoutNavbarPrivate,
FormProjectDetails,