Fixed incorrect names
This commit is contained in:
parent
7b71848e52
commit
167a002f95
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -97,7 +97,7 @@ import FormTagAdd from "@/components/forms/FormTagAdd";
|
|||
import store from "@/store";
|
||||
|
||||
export default {
|
||||
name: "Home",
|
||||
name: "Manage",
|
||||
components: {
|
||||
LayoutNavbarPrivate,
|
||||
FormProjectDetails,
|
||||
|
|
Loading…
Reference in a new issue