makenow filter

This commit is contained in:
Chris Scoggins
2022-01-24 14:36:25 -06:00
parent ebb0b3a5ea
commit 5959914932
8 changed files with 207 additions and 52 deletions

View File

@ -100,7 +100,7 @@ export default {
return {
servings_value: 0,
recipe_share_link: undefined,
modal_id: undefined,
modal_id: Math.round(Math.random() * 100000),
options: {
entryEditing: {
date: null,
@ -200,7 +200,6 @@ export default {
navigator.share(shareData)
},
addToShopping() {
this.modal_id = this.recipe.id + Math.round(Math.random() * 100000)
this.$bvModal.show(`shopping_${this.modal_id}`)
},
},