@ -57,7 +57,7 @@ export default {
)}`;
return this.$props.isBlank
? window.open(url, "__blank")
? window.open(url, "_blank")
: window.open(url, "Share this", configWindow);
}
@ -43,7 +43,7 @@ export default {
@ -53,7 +53,7 @@ export default {
)}&title=${encodeURIComponent(this.$props.description)}`;
@ -69,7 +69,7 @@ export default {
},
)}&btitle=${encodeURIComponent(this.$props.description)}`;
)}&subject=${encodeURIComponent(this.$props.url)}`;
)}&st.comments=${encodeURIComponent(this.$props.description)}`;
@ -76,7 +76,7 @@ export default {
)}&media=${encodeURIComponent(this.$props.picture)}`;
@ -46,7 +46,7 @@ export default {
@ -48,7 +48,7 @@ export default {
)}&title=${encodeURIComponent(this.$props.title)}`;
@ -51,7 +51,7 @@ export default {
)}&caption=${encodeURIComponent(this.$props.description)}&posttype=link`;
)}&text=${encodeURIComponent(this.$props.description)}`;
@ -77,7 +77,7 @@ export default {
)}&image=${encodeURIComponent(this.$props.sharePic)}&noparse=true`;
@ -59,7 +59,7 @@ export default {
)}&pic=${encodeURIComponent(this.$props.picture)}`;