diff --git a/src/digital-components/date-picker/date-picker.vue b/src/digital-components/date-picker/date-picker.vue index d1db69518..f04e48324 100644 --- a/src/digital-components/date-picker/date-picker.vue +++ b/src/digital-components/date-picker/date-picker.vue @@ -3,62 +3,65 @@
Date Picker
-
-
- {{ month.monthLabel }} {{ month.yearNum.toString() }} + v-for="month in months" + :key="`${month.monthLabel}-${month.yearNum.toString()}-${months.length}`"> +
+
+ {{ month.monthLabel }} {{ month.yearNum.toString() }} +
+
+ = Available +
+ + + +
SundayS
+
MondayM
+
TuesdayT
+
WednesdayW
+
ThursdayT
+
FridayF
+
SaturdayS
+
+ + +
+
-
- = Available -
- - - -
SundayS
-
MondayM
-
TuesdayT
-
WednesdayW
-
ThursdayT
-
FridayF
-
SaturdayS
-
- - +
- - - - - - +