mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-04-11 23:45:36 -04:00
chore: upgrade to vuetify v4 (#7432)
This commit is contained in:
@@ -22,9 +22,9 @@
|
||||
v-bind="props"
|
||||
class="px-2 py-2"
|
||||
>
|
||||
<v-list-item-title> {{ item.raw.name }} </v-list-item-title>
|
||||
<v-list-item-title> {{ item.name }} </v-list-item-title>
|
||||
<v-list-item-subtitle>
|
||||
{{ item.raw.progress }}% {{ $t("language-dialog.translated") }}
|
||||
{{ item.progress }}% {{ $t("language-dialog.translated") }}
|
||||
</v-list-item-subtitle>
|
||||
</div>
|
||||
</template>
|
||||
@@ -34,6 +34,7 @@
|
||||
<a
|
||||
href="https://docs.mealie.io/contributors/translating/"
|
||||
target="_blank"
|
||||
class="text-primary"
|
||||
>
|
||||
{{ $t("language-dialog.read-the-docs") }}
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user