feat: ui improvements, show only active products, limit max page for infinity scroll
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
<template>
|
||||
<div ref="goodsRef" class="safe-top">
|
||||
<SearchInput/>
|
||||
<ProductsList/>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import ProductsList from "@/components/ProductsList.vue";
|
||||
import SearchInput from "@/components/SearchInput.vue";
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user