35
35
<v-icon medium >email</v-icon >
36
36
</v-list-tile-action >
37
37
<v-list-tile-content >
38
- <v-list-tile-title v-html =" mailToUrl" / >
38
+ <v-list-tile-title >< a :href =" mailToUrl" >{{emailUrlText}}</ a ></ v-list-tile-title >
39
39
</v-list-tile-content >
40
40
</v-list-tile >
41
41
</v-list >
@@ -71,7 +71,7 @@ export default {
71
71
copyUrlText: {type: String , required: false , default: ' Copy Hyperlink' },
72
72
copyEmbedHtmlText: {type: String , required: false , default: ' Copy HTML Embed Code' },
73
73
emailUrlText: {type: String , required: false , default: ' Email Hyperlink' },
74
- emailSubjectText: {type: String , required: false , default: ' NPLH Url Share' }
74
+ emailSubjectText: {type: String , required: false , default: ' Wegue Url Share' }
75
75
},
76
76
data () {
77
77
return {
@@ -143,7 +143,7 @@ export default {
143
143
try {
144
144
const permalinkController = this .map .get (' permalinkcontroller' );
145
145
const url = encodeURIComponent (permalinkController .getShareUrl ());
146
- this .mailToUrl = ` <a href=" mailto:?subject=${ this .emailSubjectText } &body=${ url} "> ${ this . emailUrlText } </a> `
146
+ this .mailToUrl = ` mailto:?subject=${ this .emailSubjectText } &body=${ url} ` ;
147
147
} catch (error) {
148
148
this .showAlert (this .alertErrorText );
149
149
}
@@ -160,7 +160,7 @@ export default {
160
160
</script >
161
161
162
162
<!-- Add "scoped" attribute to limit CSS to this component only -->
163
- <style>
163
+ <style scoped >
164
164
.v-alert.wgu-alert {
165
165
position: fixed;
166
166
top: 5em;
0 commit comments