chore(client): 🎨

This commit is contained in:
syuilo
2020-04-16 23:13:33 +09:00
parent da3008af1c
commit 5389b16c59
3 changed files with 16 additions and 4 deletions

View File

@@ -2,10 +2,10 @@
<x-container @remove="() => $emit('remove')" :draggable="true">
<template #header><fa :icon="faStickyNote"/> {{ value.title }}</template>
<template #func>
<button @click="rename()">
<button @click="rename()" class="_button">
<fa :icon="faPencilAlt"/>
</button>
<button @click="add()">
<button @click="add()" class="_button">
<fa :icon="faPlus"/>
</button>
</template>