WIP
This commit is contained in:
parent
04c241b118
commit
f5dfcab4d0
2 changed files with 1 additions and 4 deletions
|
|
@ -24,9 +24,6 @@ export default {
|
||||||
maxLength: Number,
|
maxLength: Number,
|
||||||
modelValue: String,
|
modelValue: String,
|
||||||
labelText: String,
|
labelText: String,
|
||||||
labelTextOptional: String,
|
|
||||||
textAreaFooterText: String,
|
|
||||||
footerText: Boolean,
|
|
||||||
},
|
},
|
||||||
mounted: function () {
|
mounted: function () {
|
||||||
const my_textarea = document.getElementById("textarea-comments");
|
const my_textarea = document.getElementById("textarea-comments");
|
||||||
|
|
|
||||||
|
|
@ -42,7 +42,7 @@ export default {
|
||||||
computed: {
|
computed: {
|
||||||
textAreaLabelCopy() {
|
textAreaLabelCopy() {
|
||||||
return this.getCmsContent("CustomerDetailsTextAreaLabelText", "HeaderText");
|
return this.getCmsContent("CustomerDetailsTextAreaLabelText", "HeaderText");
|
||||||
}
|
},
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue