Format code.
This commit is contained in:
parent
cd6ad06912
commit
25b58afa5d
1 changed files with 3 additions and 3 deletions
|
|
@ -12,9 +12,9 @@
|
||||||
class="ml-auto"
|
class="ml-auto"
|
||||||
useLoadingModal
|
useLoadingModal
|
||||||
@click-event="linkClicked"
|
@click-event="linkClicked"
|
||||||
href="javascript:void(0)" >
|
href="javascript:void(0)">
|
||||||
<template v-slot:after-text v-if="editScreenReaderTextCmsWidgetName">
|
<template v-slot:after-text v-if="editScreenReaderTextCmsWidgetName">
|
||||||
<span class="sr-only"> {{screenReaderOnlyText}}</span>
|
<span class="sr-only"> {{ screenReaderOnlyText }}</span>
|
||||||
</template>
|
</template>
|
||||||
</textLink>
|
</textLink>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -45,7 +45,7 @@ export default {
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
screenReaderOnlyText() {
|
screenReaderOnlyText() {
|
||||||
return this.getCmsContent(this.editScreenReaderTextCmsWidgetName,"Text");
|
return this.getCmsContent(this.editScreenReaderTextCmsWidgetName, "Text");
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue