drop description field usage
This commit is contained in:
parent
2edf11a36a
commit
c825f8864f
4 changed files with 11 additions and 9 deletions
|
|
@ -252,13 +252,7 @@ var vm = new Vue({
|
|||
if (this.itemSelectedReadability)
|
||||
return this.itemSelectedReadability
|
||||
|
||||
var content = ''
|
||||
if (this.itemSelectedDetails.content)
|
||||
content = this.itemSelectedDetails.content
|
||||
else if (this.itemSelectedDetails.description)
|
||||
content = this.itemSelectedDetails.description
|
||||
|
||||
return content
|
||||
return this.itemSelectedDetails.content || ''
|
||||
},
|
||||
},
|
||||
watch: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue