mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #3879 - For Avatar & AvatarGroup
This commit is contained in:
parent
69d0f98f26
commit
43c3f82ae5
6 changed files with 131 additions and 9 deletions
|
@ -1,12 +1,15 @@
|
|||
<template>
|
||||
<div class="p-avatar-group p-component">
|
||||
<div class="p-avatar-group p-component" v-bind="ptm('root')">
|
||||
<slot></slot>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import BaseComponent from 'primevue/basecomponent';
|
||||
|
||||
export default {
|
||||
name: 'AvatarGroup'
|
||||
name: 'AvatarGroup',
|
||||
extends: BaseComponent
|
||||
};
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue