diff --git a/resources/.DS_Store b/resources/.DS_Store new file mode 100644 index 0000000..dee0e3e Binary files /dev/null and b/resources/.DS_Store differ diff --git a/resources/js/Pages/IkeaRoot.vue b/resources/js/Pages/IkeaRoot.vue index 07a7485..439cd9b 100644 --- a/resources/js/Pages/IkeaRoot.vue +++ b/resources/js/Pages/IkeaRoot.vue @@ -19,6 +19,7 @@ import GuestLayout from "../Layouts/GuestLayout.vue"; import { useForm } from "@inertiajs/inertia-vue3"; import axios from "axios"; import filterimg from "@/assets/eglass-filter.png"; +import searchimg from "@/assets/search-icon.svg"; import Popper from "vue3-popper"; const sdropdown = ref([ @@ -36,6 +37,7 @@ const countryHash = ref([]); const countryCurrency = ref({}); const showItemFilter = ref(false); const showDescFilter = ref(false); +const showDescLongFilter = ref(false); const showUnitsFilter = ref(false); const geoip = ref({}); @@ -535,7 +537,7 @@ watch(ccodes, (codes) => {
- + {
+