更新 TheMovieDbView.vue

This commit is contained in:
jxxghp
2025-04-05 14:33:16 +08:00
committed by GitHub
parent 69b5b2b900
commit 8a73ad63ee

View File

@@ -198,7 +198,7 @@ watch(filterParams, () => {
<div class="mr-5">
<VLabel>评分</VLabel>
</div>
<VSlider v-model="filterParams.vote_average" thumb-label max="10" min="0" class="align-center" hide-details>
<VSlider v-model="filterParams.vote_average" thumb-label max="10" min="0" :step="1" class="align-center" hide-details>
<template v-slot:append>
<VTextField
width="5rem"