Simplify catalog root pages - show only 'Выберите...' hint
All checks were successful
Build Docker Image / build (push) Successful in 4m9s

This commit is contained in:
Ruslan Bakiev
2026-01-19 12:09:18 +07:00
parent da29a354ff
commit 42c8688561
3 changed files with 9 additions and 33 deletions

View File

@@ -22,6 +22,10 @@
/>
</template>
<template #header>
<Text v-if="!isLoading" tone="muted">Выберите поставщика</Text>
</template>
<template #card="{ item }">
<SupplierCard :supplier="item" />
</template>