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";
|
import BaseTitle from "@/components/base/BaseTitle";
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: "NotFound",
|
name: "Changelog",
|
||||||
components: {
|
components: {
|
||||||
LayoutMinimal,
|
LayoutMinimal,
|
||||||
BaseTitle
|
BaseTitle
|
||||||
|
|
|
@ -26,7 +26,7 @@ import { helperService } from "@/services/helper.service.js";
|
||||||
import store from "@/store";
|
import store from "@/store";
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: "Home",
|
name: "History",
|
||||||
data: () => {
|
data: () => {
|
||||||
return {
|
return {
|
||||||
working: true
|
working: true
|
||||||
|
|
|
@ -97,7 +97,7 @@ import FormTagAdd from "@/components/forms/FormTagAdd";
|
||||||
import store from "@/store";
|
import store from "@/store";
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: "Home",
|
name: "Manage",
|
||||||
components: {
|
components: {
|
||||||
LayoutNavbarPrivate,
|
LayoutNavbarPrivate,
|
||||||
FormProjectDetails,
|
FormProjectDetails,
|
||||||
|
|
Loading…
Reference in a new issue