Browse Source

Merge pull request #21 from soluzione-software/patch-3

fix WhatsApp
dependabot/npm_and_yarn/lodash-4.17.19
Alexandr Shulaev 5 years ago committed by GitHub
parent
commit
5d19f0f9f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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