Browse Source

Fixed navigation

master
Kobus 6 years ago
parent
commit
8b053c0071
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/router/index.js

+ 1
- 1
src/router/index.js View File

211
     component: Offer,
211
     component: Offer,
212
   },
212
   },
213
   {
213
   {
214
-    path: 'timeshare/search',
214
+    path: '/timeshare/search',
215
     name: 'TimeshareSearch',
215
     name: 'TimeshareSearch',
216
     component: TimeshareSearch,
216
     component: TimeshareSearch,
217
   },
217
   },

Loading…
Cancel
Save