mirror of
https://github.com/romancm/gamebrary
synced 2024-11-24 12:13:08 +00:00
Use template instead of div for list name
This commit is contained in:
parent
990b7e062f
commit
cf9fcc71eb
1 changed files with 2 additions and 2 deletions
|
@ -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" />
|
||||
|
|
Loading…
Reference in a new issue