1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-07-23 07:09:41 +02:00

Add Web Share api to ContextMenu.vue (#462)

* Add Web Share api to ContextMenu.vue. Copy to clipboard is the fallback

* Add Web Share api to ContextMenu.vue. Copy to clipboard is the fallback

* Add translation
This commit is contained in:
zierbeek 2021-06-07 20:54:34 +02:00 committed by GitHub
parent 59f8b74460
commit f7f5c97f07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 15308 additions and 19 deletions

View file

@ -27,7 +27,7 @@
<Rating :value="rating" :name="name" :slug="slug" :small="true" />
<v-spacer></v-spacer>
<RecipeChips :truncate="true" :items="tags" :title="false" :limit="2" :small="true" :isCategory="false" />
<ContextMenu :slug="slug" />
<ContextMenu :slug="slug" :name="name"/>
</v-card-actions>
</v-card>
</v-hover>