fix wrong langue value when adding songs

This commit is contained in:
2024-11-21 00:53:15 +08:00
parent 45bc8485b3
commit 537ea7bbe6
52 changed files with 46594 additions and 394 deletions

View File

@@ -549,8 +549,7 @@ onMounted(() => {
<NLayoutContent style="box-sizing: border-box; padding: 20px; min-width: 300px; height: 100%">
<RouterView v-if="accountInfo?.isEmailVerified" v-slot="{ Component, route }">
<KeepAlive>
<DanmakuLayout v-if="route.meta.danmaku" :component="Component" />
<Suspense v-else>
<Suspense>
<component :is="Component" />
<template #fallback>
<NSpin show />