mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 06:23:34 -07:00
set image url
This commit is contained in:
parent
92b63ca5a0
commit
75e8b15ce4
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ export default {
|
||||||
},
|
},
|
||||||
getImage(image) {
|
getImage(image) {
|
||||||
if (image) {
|
if (image) {
|
||||||
return api.recipes.recipeImage(image) + "&rnd=" + this.imageKey;
|
return api.recipes.recipeImage(image) + "?&rnd=" + this.imageKey;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
deleteRecipe() {
|
deleteRecipe() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue