This commit is contained in:
2020-02-28 00:43:46 +00:00
parent fbb45da1ba
commit fe3e0117bf
8 changed files with 71 additions and 28 deletions

View File

@@ -80,7 +80,7 @@
class="subtitle-1"
@click="gridCellButtonClick(c.key, c.i)"
>
<a href="#"> {{ c.v }}</a>
<a href="javascript:"> {{ c.v }}</a>
</div>
<!-- <v-btn
depressed
@@ -231,7 +231,7 @@
class="subtitle-1"
@click="gridCellButtonClick(c.key, c.i)"
>
<a href="#"> {{ c.v }}</a>
<a href="javascript:"> {{ c.v }}</a>
</div>
<!-- <span
@click="gridCellButtonClick(c.key, c.i)"