some fixes for i18n:extract

This commit is contained in:
Gauthier Roebroeck 2026-03-20 10:04:54 +08:00
parent cba6fa361e
commit 1ca37aa589
2 changed files with 2 additions and 2 deletions

View file

@ -40,7 +40,7 @@
<v-icon icon="i-mdi:file-check-outline" />
</template>
<template #[`item.analysisStatus`]="{ item }: { item: BookImport }">
<template #[`item.analysisStatus`]="{ item }">
<v-progress-circular
v-if="item.transientBook.status === MediaStatus.UNKNOWN.valueOf()"
indeterminate

View file

@ -102,7 +102,7 @@
>
<LibraryFormStepMetadata v-model="model" />
<template #next=""></template>
<template #next="{}"></template>
<template #prev="{ prev }">
<v-btn