mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-03 14:37:00 +08:00
feat: 更新音乐页面加载状态显示,使用 LoadingBanner 替代 VSkeletonLoader
This commit is contained in:
@@ -232,7 +232,7 @@ watch(
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="slider-container" :class="{ 'is-scrolling': isScrolling }">
|
||||
<div v-show="loading || items.length > 0" class="slider-container" :class="{ 'is-scrolling': isScrolling }">
|
||||
<div class="slider-header">
|
||||
<slot name="title">
|
||||
<SlideViewTitle />
|
||||
|
||||
Reference in New Issue
Block a user