This commit is contained in:
jxxghp
2024-06-04 08:01:10 +08:00
parent 6445f3a634
commit bb10b22421
2 changed files with 3 additions and 2 deletions

View File

@@ -261,6 +261,7 @@ onMounted(() => {
type="library"
:directory="element"
:categories="mediaCategories"
@update:modelValue="(value: string) => (element.path = value)"
@close="libraryCardClose(element.name)"
/>
</template>