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
|
<textLink
|
||||||
linkType="text"
|
linkType="text"
|
||||||
href="#!"
|
href="#!"
|
||||||
:text="WhereCanIFindMyVINToggle"
|
:text="WhereCanIFindMyVINHeadline"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div class="vin-info">
|
<div class="vin-info">
|
||||||
|
|
@ -55,7 +55,7 @@ export default {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
WhereCanIFindMyVINToggle(){
|
WhereCanIFindMyVINHeadline(){
|
||||||
return this.getCmsContent("WhereCanIFindMyVINToggle", "HeaderText");
|
return this.getCmsContent("WhereCanIFindMyVINToggle", "HeaderText");
|
||||||
},
|
},
|
||||||
WhereCanIFindMyVINBodyCopy(){
|
WhereCanIFindMyVINBodyCopy(){
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue