Browse Source

fix WhatsApp

dependabot/npm_and_yarn/lodash-4.17.19
Yuriy Martini 5 years ago
parent
commit
5facbd7080
  1. 2
      src/components/WhatsAppButton.vue

2
src/components/WhatsAppButton.vue

@ -31,7 +31,7 @@ export default {
methods: {
openShareWindow() {
eventEmit(this, "onShare", { name: "WhatsApp" });
const url = `https://wa.me/?text=${encodeURIComponent(
const url = `https://api.whatsapp.com/send?text=${encodeURIComponent(
this.$props.shareUrl
)}`;

Loading…
Cancel
Save