mirror of
https://github.com/xlmnxp/extractify.zip.git
synced 2024-11-23 17:13:12 +03:00
fix selection
This commit is contained in:
parent
5d1fd59294
commit
46cf29590d
2
app.vue
2
app.vue
@ -140,7 +140,7 @@ function onSelectEnd(e: any) {
|
||||
<v-container>
|
||||
<v-list :selected="[selectedItem]">
|
||||
<v-row no-gutters>
|
||||
<v-col cols="6" sm="2" class="" v-for="file of filesGridList" style="text-align: center;">
|
||||
<v-col cols="6" sm="2" v-for="file of filesGridList" style="text-align: center;">
|
||||
<v-list-item class="ma-2 pa-5 selectable" active-color="light-blue-darken-4" :value="file.path" rounded="xl" @click="() => {
|
||||
selectedItem = file.path;
|
||||
}">
|
||||
|
Loading…
Reference in New Issue
Block a user