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