mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-10 17:42:50 +08:00
feat:优化推荐页面,修复MediaCardSlideView的key绑定,使用电影标题作为唯一标识
This commit is contained in:
@@ -149,7 +149,7 @@ onMounted(async () => {
|
||||
|
||||
<template>
|
||||
<div>
|
||||
<MediaCardSlideView v-for="(item, index) in enabledViews" :key="index" v-bind="item" />
|
||||
<MediaCardSlideView v-for="item in enabledViews" :key="item.title" v-bind="item" />
|
||||
<!-- 弹窗,根据配置生成选项 -->
|
||||
<VDialog v-if="dialog" v-model="dialog" max-width="35rem" scrollable>
|
||||
<VCard>
|
||||
|
||||
Reference in New Issue
Block a user