mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-05-04 05:05:58 +00:00
added file owner into file detail panel
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
v-if="item.data.relationships.user.data.attributes.avatar"
|
||||
class="user-image"
|
||||
:src="item.data.relationships.user.data.attributes.avatar"
|
||||
alt="item.data.relationships.user.data.attributes.name"
|
||||
:alt="item.data.relationships.user.data.attributes.name"
|
||||
>
|
||||
<TypedAvatar
|
||||
v-else
|
||||
@@ -22,9 +22,9 @@
|
||||
components: {
|
||||
TypedAvatar
|
||||
},
|
||||
props: {
|
||||
item: {type: Function}
|
||||
}
|
||||
props: [
|
||||
'item',
|
||||
]
|
||||
}
|
||||
</script>
|
||||
<style scoped lang="scss">
|
||||
|
||||
Reference in New Issue
Block a user