[hub][vue] replace page files, fix item 'seen' prop

This commit is contained in:
Prateeksha Singh
2018-08-25 14:09:01 +05:30
parent 00175eab8e
commit c31e5c0013
7 changed files with 54 additions and 56 deletions

View File

@@ -15,6 +15,7 @@
:is_local="is_local"
:on_click="on_click"
:allow_clear="editable"
:seen="item.hasOwnProperty('seen') ? item.seen : true"
@remove-item="$emit('remove-item', item[item_id_fieldname])"
>
</item-card>