This commit is contained in:
2020-02-05 00:36:57 +00:00
parent a30800afa8
commit 99efb79da4
3 changed files with 6 additions and 9 deletions

View File

@@ -7,7 +7,7 @@
v-if="isAuthenticated"
v-model="drawer"
app
width="350"
width="345"
>
<v-list>
<template v-for="item in navItems">

View File

@@ -166,10 +166,10 @@
</template>
</v-data-iterator>
</template>
<hr />
<!-- <hr />
<div>Selected: {{ selected }}</div>
<!-- <div>Headers: {{ headers }}</div>
<div>Headers: {{ headers }}</div>
<div>Records: {{ records }}</div>
<div>TotalRecords: {{ totalRecords }}</div>
<div>caption: {{ caption }}</div>