diff --git a/src/digital-components/date-picker/date-picker.vue b/src/digital-components/date-picker/date-picker.vue index e3b5ff5d1..d1db69518 100644 --- a/src/digital-components/date-picker/date-picker.vue +++ b/src/digital-components/date-picker/date-picker.vue @@ -3,59 +3,62 @@
Date Picker
-
-
- {{ month.monthLabel }} {{ month.yearNum.toString() }} -
-
- = Available -
- - - -
SundayS
-
MondayM
-
TuesdayT
-
WednesdayW
-
ThursdayT
-
FridayF
-
SaturdayS
-
- - -
-
+ class="test-div" + :class="[isActive ? '' : 'active']" + v-for="month in months" + :key="`${month.monthLabel}-${month.yearNum.toString()}-${months.length}`"> +
+
+ {{ month.monthLabel }} {{ month.yearNum.toString() }}
-
- + class="legend caption d-flex align-items-center justify-content-end"> + = Available + + + + +
SundayS
+
MondayM
+
TuesdayT
+
WednesdayW
+
ThursdayT
+
FridayF
+
SaturdayS
+
+ +
+ + + + + +