fix: add new routes to handle category wise search

This commit is contained in:
Mangesh-Khairnar
2019-11-28 18:57:42 +05:30
parent 647331bbd7
commit 2597817cde
4 changed files with 14 additions and 7 deletions

View File

@@ -24,7 +24,7 @@ import NotFound from './pages/NotFound.vue';
function get_route_map() {
const read_only_routes = {
'marketplace/home': Home,
'marketplace/search/:keyword': Search,
'marketplace/search/:category/:keyword': Search,
'marketplace/category/:category': Category,
'marketplace/item/:item': Item,
'marketplace/seller/:seller': Seller,