implemented status visibility change
This commit is contained in:
parent
aa0cef12b1
commit
19d8875196
16 changed files with 225 additions and 98 deletions
|
|
@ -84,6 +84,12 @@ export default {
|
|||
default: false,
|
||||
type: Boolean,
|
||||
},
|
||||
// Hide action buttons
|
||||
hideButtons: {
|
||||
required: false,
|
||||
default: false,
|
||||
type: Boolean,
|
||||
},
|
||||
// default - open profile, 'zoom' - zoom, function - call function
|
||||
avatarAction: {
|
||||
required: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue