Added printReady selector

This commit is contained in:
Tiago Rascazzi
2022-01-08 14:44:28 -05:00
parent 7c48c13dce
commit 16b357e11e
4 changed files with 20 additions and 7 deletions

View File

@@ -105,9 +105,10 @@ export default {
}
},
mounted() {
this.insertRequested()
if(this.export_id)
this.insertRequested()
else
this.searchRecipes('')
},
methods: {