You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
374 B
10 lines
374 B
<compact-list>
|
|
<compact-list-item for(character in input.characters) key=character.id id=character.id>
|
|
<character data=character
|
|
user=input.user
|
|
on-removed("emit", "removed", character)
|
|
on-edited("emit", "edited", character)
|
|
on-nicks("emit", "nicks", character)
|
|
/>
|
|
</compact-list-item>
|
|
</compact-list>
|