fix: lint error fix

This commit is contained in:
2021-12-10 02:55:53 +09:00
parent f7121e25f6
commit 3d2489b51a
3 changed files with 1 additions and 4 deletions
-3
View File
@@ -56,9 +56,6 @@
Math.min(maxTurn, viewMaxTurn)
)"
:key="turnIdx"
height="28"
:id="`command_${turnIdx}`"
:class="turnList.has(turnIdx) ? 'pressed' : ''"
>
<div class="idx_pad center d-grid" @click="toggleTurn(turnIdx)">
<b-button
-1
View File
@@ -1,5 +1,4 @@
import $ from "jquery";
import axios from "axios";
import { Tooltip } from "bootstrap";
/**