feat: show toast info if Web Share API is not supported

This commit is contained in:
jamesgeorge007
2020-02-15 11:19:38 +05:30
parent edb7bef5a3
commit 7241bbbb6d

View File

@@ -715,6 +715,7 @@ export default {
.then(() => {})
.catch(console.error);
} else {
this.$toast.info("Web Share API is not supported in your browser")
}
}
},