mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 23:56:42 +08:00
fix
This commit is contained in:
@@ -34,7 +34,7 @@ onMounted(() => {
|
|||||||
<VCol cols="12">
|
<VCol cols="12">
|
||||||
<VCard title="实时日志">
|
<VCard title="实时日志">
|
||||||
<VCardText>
|
<VCardText>
|
||||||
<div v-for="(log, i) in logs.reverse()" :key="i">
|
<div v-for="(log, i) in logs" :key="i">
|
||||||
{{ log }}
|
{{ log }}
|
||||||
</div>
|
</div>
|
||||||
</VCardText>
|
</VCardText>
|
||||||
|
|||||||
Reference in New Issue
Block a user