started working on autocomplete addEmployee

This commit is contained in:
Sockenklaus
2021-10-07 00:23:19 +02:00
parent 2057de63dd
commit 5ad0ca7e2e
8 changed files with 119 additions and 140 deletions

View File

@@ -1,6 +1,6 @@
<template lang="pug">
MonthPicker(:selectedMonth="selectedMonth" :selectedYear="selectedYear" @getMonth="selectedMonth = $event" @getYear="selectedYear = $event" state="closed")
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="month" :initialOffset="iOffsets[index]")