Change variable name to something more descriptive.
This commit is contained in:
parent
a48e2c1d01
commit
c61e83695a
1 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@
|
|||
<textLink
|
||||
linkType="text"
|
||||
href="#!"
|
||||
:text="WhereCanIFindMyVINToggle"
|
||||
:text="WhereCanIFindMyVINHeadline"
|
||||
/>
|
||||
</div>
|
||||
<div class="vin-info">
|
||||
|
|
@ -55,7 +55,7 @@ export default {
|
|||
}
|
||||
},
|
||||
computed: {
|
||||
WhereCanIFindMyVINToggle(){
|
||||
WhereCanIFindMyVINHeadline(){
|
||||
return this.getCmsContent("WhereCanIFindMyVINToggle", "HeaderText");
|
||||
},
|
||||
WhereCanIFindMyVINBodyCopy(){
|
||||
|
|
|
|||
Loading…
Reference in a new issue