Files
DiceCloud/rpg-docs/client/views/character/buffs/customBuffView/customBuffView.html
2017-08-09 15:01:20 +01:00

7 lines
145 B
HTML

<template name="customBuffView">
<td>{{buff.name}}</td>
<td>
<paper-button class="apply-buff-button">Apply</paper-button>
</td>
</template>