mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-31 05:10:45 +08:00
fix dashboard ui
This commit is contained in:
@@ -40,8 +40,8 @@ const props = defineProps({
|
||||
{{ props.config?.name }}
|
||||
</VCardTitle>
|
||||
</VCardItem>
|
||||
<VCardItem>
|
||||
<VCardText>
|
||||
<DashboardRender v-for="(item, index) in props.config?.elements" :key="index" :config="item" />
|
||||
</VCardItem>
|
||||
</VCardText>
|
||||
</VCard>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user