Fix library routerview race condition (#5412)
Co-authored-by: Creeperkatze <178587183+Creeperkatze@users.noreply.github.com>
This commit is contained in:
@@ -48,7 +48,7 @@ onUnmounted(() => {
|
|||||||
]"
|
]"
|
||||||
/>
|
/>
|
||||||
<template v-if="instances.length > 0">
|
<template v-if="instances.length > 0">
|
||||||
<RouterView :instances="instances" />
|
<RouterView v-if="route.path.startsWith('/library')" :instances="instances" />
|
||||||
</template>
|
</template>
|
||||||
<div v-else class="no-instance">
|
<div v-else class="no-instance">
|
||||||
<div class="icon">
|
<div class="icon">
|
||||||
|
|||||||
Reference in New Issue
Block a user