Skip to content

Commit 4f1597b

Browse files
committed
fix: format App.vue
1 parent 60e2f29 commit 4f1597b

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

frontend/src/App.vue

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,12 @@ onMounted(refreshKeys)
270270
<td>{{ formatDate(record.createdAt) }}</td>
271271
<td>{{ formatDate(record.updatedAt) }}</td>
272272
<td class="table-actions">
273-
<t-button theme="default" variant="text" size="small" @click="openEditDialog(record)">
273+
<t-button
274+
theme="default"
275+
variant="text"
276+
size="small"
277+
@click="openEditDialog(record)"
278+
>
274279
编辑
275280
</t-button>
276281
<t-button

0 commit comments

Comments
 (0)