better usability on AddEmployeeModal and some styling on Schedule
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
MonthPicker(:selectedMonth="selectedMonth" :selectedYear="selectedYear" @getMonth="selectedMonth = $event" @getYear="selectedYear = $event")
|
||||
|
||||
//- div(class="mt-5" v-for="(month, index) in months" :key="index")
|
||||
Schedule( :startDate="months[0]" :initialOffset="iOffsets[0]")
|
||||
div(class="mt-5" v-for="(month, index) in months" :key="index")
|
||||
Schedule( :startDate="months[index]" :initialOffset="iOffsets[index]")
|
||||
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user