Lint fixes

pull/388/head 2.0.0
cagataycivici 2020-07-06 12:27:25 +03:00
parent 3624b0f087
commit 099f500927
2 changed files with 3 additions and 3 deletions

View File

@ -13,8 +13,8 @@
<i class="pi pi-twitter"></i> <i class="pi pi-twitter"></i>
</a> </a>
</div> </div>
</div> </div>
</template> </template>

View File

@ -22,7 +22,7 @@
</Toolbar> </Toolbar>
<DataTable ref="dt" :value="products" :selection.sync="selectedProducts" dataKey="id" <DataTable ref="dt" :value="products" :selection.sync="selectedProducts" dataKey="id"
:paginator="true" :rows="10" :filters="filters" :paginator="true" :rows="10" :filters="filters"
paginatorTemplate="FirstPageLink PrevPageLink PageLinks NextPageLink LastPageLink CurrentPageReport RowsPerPageDropdown" :rowsPerPageOptions="[5,10,25]" paginatorTemplate="FirstPageLink PrevPageLink PageLinks NextPageLink LastPageLink CurrentPageReport RowsPerPageDropdown" :rowsPerPageOptions="[5,10,25]"
currentPageReportTemplate="Showing {first} to {last} of {totalRecords} products"> currentPageReportTemplate="Showing {first} to {last} of {totalRecords} products">
<template #header> <template #header>