feat(filters): add filters for the main page
This commit is contained in:
@@ -7,6 +7,7 @@ import Products from "@/views/Products.vue";
|
||||
import Checkout from "@/views/Checkout.vue";
|
||||
import OrderCreated from "@/views/OrderCreated.vue";
|
||||
import Search from "@/views/Search.vue";
|
||||
import Filters from "@/views/Filters.vue";
|
||||
|
||||
const routes = [
|
||||
{
|
||||
@@ -14,6 +15,7 @@ const routes = [
|
||||
name: 'home',
|
||||
component: Home,
|
||||
},
|
||||
{path: '/filters', name: 'filters', component: Filters},
|
||||
{path: '/product/:id', name: 'product.show', component: Product},
|
||||
{
|
||||
path: '/products/:category_id',
|
||||
|
||||
Reference in New Issue
Block a user