不要なボーダーを削除

This commit is contained in:
rca 2024-07-22 05:38:51 +09:00
parent 8f7ceb6408
commit 26ec3700e9

View File

@ -1,5 +1,5 @@
<template>
<QList bordered>
<QList>
<QItem v-for="task in tasks" :key="task.id" class="q-py-md q-px-md">
<QItemSection>
<QItemLabel>{{ task.name }}</QItemLabel>