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
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>