Skip to content

Commit

Permalink
Lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Jul 6, 2020
1 parent 3624b0f commit 099f500
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/AppFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<i class="pi pi-twitter"></i>
</a>
</div>



</div>
</template>
2 changes: 1 addition & 1 deletion src/views/datatable/DataTableCrudDemo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</Toolbar>

<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]"
currentPageReportTemplate="Showing {first} to {last} of {totalRecords} products">
<template #header>
Expand Down

0 comments on commit 099f500

Please sign in to comment.