Change variable name to something more descriptive.

This commit is contained in:
Bryan Mauger 2022-08-03 13:24:23 -04:00
parent a48e2c1d01
commit c61e83695a

View file

@ -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(){