Browse Source

Fixed navigation

master
Kobus 5 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,7 +211,7 @@ export default new Router({
211 211
     component: Offer,
212 212
   },
213 213
   {
214
-    path: 'timeshare/search',
214
+    path: '/timeshare/search',
215 215
     name: 'TimeshareSearch',
216 216
     component: TimeshareSearch,
217 217
   },

Loading…
Cancel
Save