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"
|
||||
useLoadingModal
|
||||
@click-event="linkClicked"
|
||||
href="javascript:void(0)" >
|
||||
href="javascript:void(0)">
|
||||
<template v-slot:after-text v-if="editScreenReaderTextCmsWidgetName">
|
||||
<span class="sr-only"> {{screenReaderOnlyText}}</span>
|
||||
<span class="sr-only"> {{ screenReaderOnlyText }}</span>
|
||||
</template>
|
||||
</textLink>
|
||||
</div>
|
||||
|
|
@ -45,7 +45,7 @@ export default {
|
|||
},
|
||||
computed: {
|
||||
screenReaderOnlyText() {
|
||||
return this.getCmsContent(this.editScreenReaderTextCmsWidgetName,"Text");
|
||||
return this.getCmsContent(this.editScreenReaderTextCmsWidgetName, "Text");
|
||||
},
|
||||
},
|
||||
methods: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue