started workingon pinia, adding sample data
This commit is contained in:
@@ -10,6 +10,7 @@ div(class="mt-5" v-for="(month, index) in months" :key="index")
|
||||
<script lang="ts" setup>
|
||||
import { ref, computed } from 'vue'
|
||||
import { getYear, getMonth, eachMonthOfInterval, getDaysInMonth, getISODay } from 'date-fns'
|
||||
import { storeToRefs } from 'pinia'
|
||||
import Schedule from '/src/components/Schedule.vue'
|
||||
import MonthPicker from '/src/components/MonthPicker.vue'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user