fix: drop toast
This commit is contained in:
parent
749e89e362
commit
c2cd9f0865
1 changed files with 1 additions and 1 deletions
|
|
@ -715,7 +715,7 @@ export default {
|
|||
.then(() => {})
|
||||
.catch(console.error);
|
||||
} else {
|
||||
this.$toast.info("Web Share API is not supported in your browser")
|
||||
// fallback
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue