8000 Remove redundant code · vuejsadmin/vue-material-admin@e3efdc8 · GitHub
[go: up one dir, main page]

Skip to content

Commit e3efdc8

Browse files
author
Antonin Slejska
committed
Remove redundant code
1 parent 9e205b3 commit e3efdc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/layout/Lists.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
<v-widget title="Long dark list with scroll" class="mt-3">
193193
<div slot="widget-content" style="max-height: 250px; overflow-y: scroll">
194194
<v-list dense dark>
195-
<v-list-tile avatar v-for="item in allUsers" :key="item.title" @click="handleClick" height="300">
195+
<v-list-tile avatar v-for="item in allUsers" :key="item.title" @click="handleClick">
196196
<v-list-tile-action>
197197
<v-icon color="pink">star</v-icon>
198198
</v-list-tile-action>

0 commit comments

Comments
 (0)
0