diff --git a/components/TheSideBar.vue b/components/TheSideBar.vue index 6d6a754..ac87b81 100644 --- a/components/TheSideBar.vue +++ b/components/TheSideBar.vue @@ -235,7 +235,7 @@
+
To book with Copper Valley, enter your contact info below and they will contact you directly to finish your booking. @@ -223,12 +223,16 @@ name="firstName" placeholder="first name" v-model="firstName" + :class="[{'input--error': firstNameTouched && !firstName}]" + @focus="firstNameTouched = true" />