From 0ee833f584cffb18d87292dafd4e459a3b5dbd5c Mon Sep 17 00:00:00 2001 From: Michaela Brydon Date: Thu, 30 Nov 2023 11:15:59 -0500 Subject: [PATCH] Starting to title case --- src/layouts/tpa-search/tpa-search.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/layouts/tpa-search/tpa-search.vue b/src/layouts/tpa-search/tpa-search.vue index e52d7116..ba346dff 100644 --- a/src/layouts/tpa-search/tpa-search.vue +++ b/src/layouts/tpa-search/tpa-search.vue @@ -400,7 +400,10 @@ export default { result += remainingDigits.replace(/^(\d{3})(\d{3})(\d{4})/, '$1-$2-$3'); } return result; - } + }// , + // toTitleCase(word) { + // const first = word[0]. + // } } };