This commit is contained in:
2020-07-01 21:01:24 +00:00
parent 94ade9b5e8
commit 5f95fe5e64
3 changed files with 14 additions and 3 deletions

View File

@@ -83,7 +83,6 @@
<!-- TEXT (also maybe openable)-->
<template v-if="c.i && c.i != 0">
<!-- openable object with an ID -->
{{ c }}
<div
class="subtitle-1"
@click="gridCellButtonClick(c.key, c.i)"
@@ -125,7 +124,6 @@
<!-- ENUM (translated to text on getdata) ALSO MAYBE OPENABLE -->
<template v-if="c.i && c.ot">
<!-- openable object with an ID -->
{{ c }}
<div
class="subtitle-1"
@click="gridCellButtonClick(c.key, c.i, c.ot)"
@@ -289,7 +287,6 @@
<!-- ENUM (translated to text on getdata) ALSO MAYBE OPENABLE -->
<template v-if="c.i && c.ot">
<!-- openable object with an ID -->
{{ c }}
<div
class="subtitle-1"
@click="gridCellButtonClick(c.key, c.i, c.ot)"