ボタンにアイコンを追加

This commit is contained in:
rca 2024-07-22 03:13:14 +09:00
parent 1c22e36f7a
commit a5579f006a

View File

@ -6,7 +6,7 @@
<QItemLabel caption>{{ task.reward }}</QItemLabel> <QItemLabel caption>{{ task.reward }}</QItemLabel>
</QItemSection> </QItemSection>
<QItemSection side> <QItemSection side>
<QBtn @click="selectTask(task)" label="完了" color="positive" rounded /> <QBtn @click="selectTask(task)" label="完了" color="positive" icon="check" rounded />
</QItemSection> </QItemSection>
</QItem> </QItem>
</QList> </QList>