1
0
mirror of https://github.com/robonen/metr.git synced 2026-03-20 10:54:41 +00:00

+Vue +edited backend

This commit is contained in:
Konstantin Vinokurov
2022-05-31 00:39:24 +07:00
parent e20789565e
commit 2825c1a4c8
11 changed files with 994 additions and 139 deletions

View File

@@ -29,7 +29,7 @@ const router = createRouter({
component: ProfileView
},
{
path: '/offer',
path: '/catalog/:id',
name: 'offer',
component: OfferView
},