reworked month-picker

This commit is contained in:
Sockenklaus
2021-10-03 12:12:04 +02:00
parent 51c9b3ea9e
commit 1ed7cdada8
3 changed files with 41 additions and 60 deletions

View File

@@ -1,9 +1,5 @@
<template lang="pug">
p {{iOffsets}}
p SelectedMonth: {{selectedMonth}}, SelectedYear: {{selectedYear}}
MonthPicker(:selectedMonth="selectedMonth" :selectedYear="selectedYear" @getMonth="selectedMonth = $event" @getYear="selectedYear = $event" state="closed")
div(class="mt-5" v-for="(month, index) in months" :key="index")