1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-02 20:15:24 +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

@ -34,7 +34,11 @@
:value="rating"
></v-rating>
<v-spacer></v-spacer>
<ContextMenu :slug="slug" menu-icon="mdi-dots-horizontal" />
<ContextMenu
:slug="slug"
menu-icon="mdi-dots-horizontal"
:name="name"
/>
</div>
</v-list-item-content>
</v-list-item>