feat(VnCard): use props searchbar #600

Merged
alexm merged 6 commits from vnCard-unify-searchbarParams into dev 2024-08-08 06:47:48 +00:00
1 changed files with 5 additions and 3 deletions
Showing only changes of commit afe178216c - Show all commits

View File

@ -10,8 +10,10 @@ import InvoiceOutFilter from '../InvoiceOutFilter.vue';
:descriptor="InvoiceOutDescriptor"
:filter-panel="InvoiceOutFilter"
search-data-key="InvoiceOutList"
search-url="InvoiceOuts/filter"
searchbar-label="Search invoice"
searchbar-info="You can search by invoice reference"
:searchbar="{
url: 'InvoiceOuts/filter',
label: 'Search invoice',
info: 'You can search by invoice reference',
}"
/>
</template>