eos_vue_workday
Version:
A vue component to allow work day scheduling and appointment booking
27 lines (25 loc) • 661 B
JavaScript
import WorkdayContainer from './workday_container.vue'
import WorkdayHeader from './workday_header.vue'
import WorkdayHours from './workday_hours.vue'
import WorkdayWeek from './workday_week.vue'
import WorkdayDayHour from './workday_day_hour.vue'
import WorkdayCell from './workday_cell.vue'
import WorkdayEvent from './workday_event.vue'
export {
WorkdayCell,
WorkdayWeek,
WorkdayHours,
WorkdayEvent,
WorkdayHeader,
WorkdayDayHour,
WorkdayContainer
}
export default {
WorkdayCell,
WorkdayWeek,
WorkdayHours,
WorkdayEvent,
WorkdayHeader,
WorkdayDayHour,
WorkdayContainer
}