feat: Add support for List and Checkbox in Custom Attributes (#3439)
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
>
|
||||
<div class="user-wrap">
|
||||
<Thumbnail
|
||||
v-if="hasThumbnail"
|
||||
:src="option.thumbnail"
|
||||
size="24px"
|
||||
:username="option.name"
|
||||
@@ -76,6 +77,10 @@ export default {
|
||||
type: Object,
|
||||
default: () => ({}),
|
||||
},
|
||||
hasThumbnail: {
|
||||
type: Boolean,
|
||||
default: true,
|
||||
},
|
||||
inputPlaceholder: {
|
||||
type: String,
|
||||
default: 'Search',
|
||||
|
||||
Reference in New Issue
Block a user