handle missing item.title
This commit is contained in:
parent
7d15a1085f
commit
883eb64e70
1 changed files with 1 additions and 1 deletions
|
|
@ -163,7 +163,7 @@
|
|||
</small>
|
||||
<small class="flex-shrink-0"><relative-time :val="item.date"/></small>
|
||||
</div>
|
||||
<div>{{item.title}}</div>
|
||||
<div>{{item.title || 'untitled'}}</div>
|
||||
</div>
|
||||
</label>
|
||||
<button class="btn btn-link btn-block loading my-3" v-if="itemsPage.cur < itemsPage.num"></button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue