We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3123771 commit 290ae8bCopy full SHA for 290ae8b
pages/products.vue
@@ -1,20 +1,17 @@
1
<template>
2
<div class="container mx-auto px-4 py-8">
3
<div class="flex flex-col md:flex-row gap-8">
4
- <!-- Sidebar Filters -->
5
- <ProductFilters />
6
-
7
- <!-- Main Content -->
+ <ProductsProductFilters />
8
<div class="flex-1">
9
<div
10
class="flex flex-col sm:flex-row sm:justify-between sm:items-center gap-4 mb-8"
11
>
12
<h1 class="text-xl sm:text-2xl font-medium text-center sm:text-left">
13
Produkter <span class="text-gray-500">(0)</span>
14
</h1>
15
- <ProductSort />
+ <ProductsProductSort />
16
</div>
17
- <ProductsShowAll />
+ <ProductsProductsShowAll />
18
19
20
0 commit comments