File tree Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
- <div class =" w-full md:w-64 flex-shrink-0" >
2
+ <div >
3
+ Filter!
3
4
<div class =" bg-white px-8 pb-8 sm:px-6 sm:pb-6 rounded-lg shadow-sm" >
4
5
<!-- PRODUCT TYPE -->
5
6
<div class =" mb-8" >
51
52
</Button >
52
53
</div >
53
54
</div >
54
- </template >
55
-
56
- <script setup>
57
-
58
- </script >
55
+ </template >
Original file line number Diff line number Diff line change 2
2
<div class =" container mx-auto px-4 py-8" >
3
3
<div class =" flex flex-col md:flex-row gap-8" >
4
4
<!-- Sidebar Filters -->
5
+ ProductFilters:
5
6
<ProductFilters />
6
7
7
8
<!-- Main Content -->
8
9
<div class =" flex-1" >
9
- <div class =" flex flex-col sm:flex-row sm:justify-between sm:items-center gap-4 mb-8" >
10
+ <div
11
+ class =" flex flex-col sm:flex-row sm:justify-between sm:items-center gap-4 mb-8"
12
+ >
10
13
<h1 class =" text-xl sm:text-2xl font-medium text-center sm:text-left" >
11
14
Produkter <span class =" text-gray-500" >(0)</span >
12
15
</h1 >
19
22
</template >
20
23
21
24
<script setup>
22
-
23
-
24
25
useHead ({
25
26
title: " Products" ,
26
27
titleTemplate: " %s - Nuxt 3 Woocommerce" ,
You can’t perform that action at this time.
0 commit comments