Use template instead of div for list name

This commit is contained in:
Roman Cervantes 2019-08-06 15:12:02 -07:00
parent 990b7e062f
commit cf9fcc71eb

View file

@ -15,9 +15,9 @@
/>
</div>
<div v-else>
<template v-else>
{{ list[listIndex].name }} ({{ games.length }})
</div>
</template>
<button class="small" @click="editList" v-if="!editing && !searching">
<i class="fas fa-sliders-h" />