Fixed tracklistTab not working

This commit is contained in:
RemixDev
2020-04-20 19:03:59 +02:00
parent 592d2faa54
commit 55e002b9c9
2 changed files with 15 additions and 11 deletions

View File

@@ -520,6 +520,7 @@
<thead>
<tr>
<th v-for="data in head" v-html="data.title"></th>
<th><input v-on:click="toggleAll(event)" class="selectAll" type="checkbox"></th>
</tr>
</thead>
<tbody>
@@ -589,4 +590,4 @@
<script type="module" src="/public/js/app.js"></script>
</html>
</html>