diff --git a/src/digital-components/date-picker/date-picker.vue b/src/digital-components/date-picker/date-picker.vue index 5b35792dd..fbaddeae4 100644 --- a/src/digital-components/date-picker/date-picker.vue +++ b/src/digital-components/date-picker/date-picker.vue @@ -1,3 +1,1345 @@ + + + + + + + + Select a day and time + + + {{ month.monthLabel }} {{ month.yearNum?.toString() }} + + + + = Available + + + + + Sunday + SUN + + + Monday + MON + + + Tuesday + TUE + + + Wednesday + WED + + + Thursday + THU + + + Friday + FRI + + + Saturday + SAT + + + + + {{ date.dateNum.toString() }} + + {{ date.priceString }} + + + + + + + + + + View more dates + + + + + + + + + + +--> + + + + + + + + + + + + diff --git a/src/layouts/schedule/schedule.vue b/src/layouts/schedule/schedule.vue index ee2096c36..37a0b8029 100644 --- a/src/layouts/schedule/schedule.vue +++ b/src/layouts/schedule/schedule.vue @@ -1,3 +1,793 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +--> + + + + + + + + + \ No newline at end of file diff --git a/src/layouts/service-location/service-location.vue b/src/layouts/service-location/service-location.vue index 776fe1199..bdcc3d11a 100644 --- a/src/layouts/service-location/service-location.vue +++ b/src/layouts/service-location/service-location.vue @@ -1,3 +1,858 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file