mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-11-25 21:24:08 -05:00
feat: Add basic support for Web Share Target API (#714)
This commit is contained in:
@@ -166,10 +166,12 @@ export default {
|
||||
},
|
||||
|
||||
mounted() {
|
||||
if (this.$route.query.recipe_import_url) {
|
||||
this.addRecipe = true;
|
||||
this.createRecipe();
|
||||
}
|
||||
this.$router.onReady(() => {
|
||||
if (this.$route.query.recipe_import_url) {
|
||||
this.addRecipe = true;
|
||||
this.createRecipe();
|
||||
}
|
||||
});
|
||||
},
|
||||
|
||||
computed: {
|
||||
|
||||
Reference in New Issue
Block a user