mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-09 09:46:44 +08:00
feat:优化推荐页面,修复MediaCardSlideView的key绑定,使用电影标题作为唯一标识
This commit is contained in:
@@ -149,7 +149,7 @@ onMounted(async () => {
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div>
|
<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>
|
<VDialog v-if="dialog" v-model="dialog" max-width="35rem" scrollable>
|
||||||
<VCard>
|
<VCard>
|
||||||
|
|||||||
Reference in New Issue
Block a user