feat: show toast info if Web Share API is not supported
This commit is contained in:
parent
edb7bef5a3
commit
7241bbbb6d
1 changed files with 1 additions and 0 deletions
|
|
@ -715,6 +715,7 @@ export default {
|
|||
.then(() => {})
|
||||
.catch(console.error);
|
||||
} else {
|
||||
this.$toast.info("Web Share API is not supported in your browser")
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue