mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-04 23:18:44 +08:00
fix aliyunpan ui
This commit is contained in:
@@ -148,7 +148,7 @@ const sortIcon = computed(() => {
|
||||
variant="text"
|
||||
:input-value="index === pathSegments.length - 1"
|
||||
class="px-1 d-none d-md-block"
|
||||
@click="changePath(segment.path, inProps.fileidstack[index])"
|
||||
@click="changePath(segment.path, inProps.fileidstack[index + 1])"
|
||||
>
|
||||
<VIcon icon=" mdi-chevron-right" />
|
||||
{{ segment.name }}
|
||||
|
||||
Reference in New Issue
Block a user