8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e205b3 commit e3efdc8Copy full SHA for e3efdc8
src/pages/layout/Lists.vue
@@ -192,7 +192,7 @@
192
<v-widget title="Long dark list with scroll" class="mt-3">
193
<div slot="widget-content" style="max-height: 250px; overflow-y: scroll">
194
<v-list dense dark>
195
- <v-list-tile avatar v-for="item in allUsers" :key="item.title" @click="handleClick" height="300">
+ <v-list-tile avatar v-for="item in allUsers" :key="item.title" @click="handleClick">
196
<v-list-tile-action>
197
<v-icon color="pink">star</v-icon>
198
</v-list-tile-action>
0 commit comments