mirror of
https://github.com/creativetimofficial/vue-material-kit.git
synced 2025-05-25 14:24:21 +08:00
Фвв зкщоусе ыщьуте
This commit is contained in:
parent
3f3d99f7e7
commit
f8f2e27e87
@ -13,6 +13,9 @@ import Projects from "../views/LandingPages/Project/AllProjects.vue";
|
|||||||
import Profiles from "../views/LandingPages/Profile/AllProfiles.vue";
|
import Profiles from "../views/LandingPages/Profile/AllProfiles.vue";
|
||||||
import ViewMyProfile from "../views/LandingPages/Profile/AdmireProfile.vue";
|
import ViewMyProfile from "../views/LandingPages/Profile/AdmireProfile.vue";
|
||||||
import EditMyProfile from "../views/LandingPages/Profile/EditProfile.vue";
|
import EditMyProfile from "../views/LandingPages/Profile/EditProfile.vue";
|
||||||
|
import CreateProject from "../views/LandingPages/Project/AddProject.vue";
|
||||||
|
import EditProject from "../views/LandingPages/Project/EditProject.vue";
|
||||||
|
|
||||||
|
|
||||||
const router = createRouter({
|
const router = createRouter({
|
||||||
history: createWebHistory(import.meta.env.BASE_URL),
|
history: createWebHistory(import.meta.env.BASE_URL),
|
||||||
@ -35,6 +38,18 @@ const router = createRouter({
|
|||||||
component: Projects
|
component: Projects
|
||||||
},
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
path: '/CreateProject',
|
||||||
|
name: 'createproject',
|
||||||
|
component: CreateProject
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
path: '/EditProject/:id',
|
||||||
|
name: 'editproject',
|
||||||
|
component: EditProject
|
||||||
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
path: '/TopSecret',
|
path: '/TopSecret',
|
||||||
name: 'topsecretproject',
|
name: 'topsecretproject',
|
||||||
|
@ -0,0 +1,4 @@
|
|||||||
|
<template>
|
||||||
|
|
||||||
|
<h1>Добавление проекта</h1>
|
||||||
|
</template>
|
Loading…
x
Reference in New Issue
Block a user