Use kebab-case for props
This commit is contained in:
parent
e7d6af729f
commit
018e1bd55f
1 changed files with 2 additions and 2 deletions
|
@ -207,8 +207,8 @@ export default {
|
|||
/>
|
||||
<group-identicon
|
||||
v-else
|
||||
:entityId=group.id
|
||||
:entityName="group.name"
|
||||
:entity-id=group.id
|
||||
:entity-name="group.name"
|
||||
/>
|
||||
</a>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue