Add double click to open info dialog

This commit is contained in:
CzBiX
2020-04-14 19:17:50 +08:00
parent 779dde3039
commit 81ae47959f

View File

@@ -135,8 +135,10 @@
:mobile-breakpoint="0"
>
<template v-slot:item="row">
<tr>
<!-- @dblclick.prevent="showInfo(row.item)" -->
<tr
:key="row.item.hash"
@dblclick.prevent="showInfo(row.item)"
>
<td>
<v-checkbox
:value="row.isSelected"