mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-10-27 08:14:30 -04:00
Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com>
This commit is contained in:
@@ -57,11 +57,12 @@
|
|||||||
variant="outlined"
|
variant="outlined"
|
||||||
offset
|
offset
|
||||||
>
|
>
|
||||||
<template #item="{ item }">
|
<template #item="{ item, props }">
|
||||||
<v-list-item-title> {{ item.raw.name }} </v-list-item-title>
|
<v-list-item v-bind="props">
|
||||||
<v-list-item-subtitle>
|
<v-list-item-subtitle>
|
||||||
{{ item.raw.progress }}% {{ $t("language-dialog.translated") }}
|
{{ item.raw.progress }}% {{ $t("language-dialog.translated") }}
|
||||||
</v-list-item-subtitle>
|
</v-list-item-subtitle>
|
||||||
|
</v-list-item>
|
||||||
</template>
|
</template>
|
||||||
</v-autocomplete>
|
</v-autocomplete>
|
||||||
|
|
||||||
|
|||||||
@@ -116,11 +116,12 @@
|
|||||||
variant="outlined"
|
variant="outlined"
|
||||||
offset
|
offset
|
||||||
>
|
>
|
||||||
<template #item="{ item }">
|
<template #item="{ item, props }">
|
||||||
<v-list-item-title> {{ item.raw.name }} </v-list-item-title>
|
<v-list-item v-bind="props">
|
||||||
<v-list-item-subtitle>
|
<v-list-item-subtitle>
|
||||||
{{ item.raw.progress }}% {{ $t("language-dialog.translated") }}
|
{{ item.raw.progress }}% {{ $t("language-dialog.translated") }}
|
||||||
</v-list-item-subtitle>
|
</v-list-item-subtitle>
|
||||||
|
</v-list-item>
|
||||||
</template>
|
</template>
|
||||||
</v-autocomplete>
|
</v-autocomplete>
|
||||||
|
|
||||||
|
|||||||
@@ -231,11 +231,12 @@
|
|||||||
variant="outlined"
|
variant="outlined"
|
||||||
offset
|
offset
|
||||||
>
|
>
|
||||||
<template #item="{ item }">
|
<template #item="{ item, props }">
|
||||||
<v-list-item-title> {{ item.raw.name }} </v-list-item-title>
|
<v-list-item v-bind="props">
|
||||||
<v-list-item-subtitle>
|
<v-list-item-subtitle>
|
||||||
{{ item.raw.progress }}% {{ $t("language-dialog.translated") }}
|
{{ item.raw.progress }}% {{ $t("language-dialog.translated") }}
|
||||||
</v-list-item-subtitle>
|
</v-list-item-subtitle>
|
||||||
|
</v-list-item>
|
||||||
</template>
|
</template>
|
||||||
</v-autocomplete>
|
</v-autocomplete>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user