|
|
@ -76,7 +76,7 @@ export default { |
|
|
|
)}&caption=${encodeURIComponent(this.$props.description)}&posttype=link`; |
|
|
|
)}&caption=${encodeURIComponent(this.$props.description)}&posttype=link`; |
|
|
|
|
|
|
|
|
|
|
|
return this.$props.isBlank |
|
|
|
return this.$props.isBlank |
|
|
|
? window.open(url, "__blank") |
|
|
|
? window.open(url, "_blank") |
|
|
|
: window.open(url, "Share this", configWindow); |
|
|
|
: window.open(url, "Share this", configWindow); |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|