improve homepage loading removing calendar timezone

This commit is contained in:
lesion
2022-09-22 09:20:32 +02:00
parent 21092b9b0e
commit 8eec45a6c6
3 changed files with 2 additions and 3 deletions

View File

@@ -4,6 +4,6 @@ export default () => {
Vue.use(VCalendar, {
componentPrefix: 'vc',
// why is that ?!
firstDayOfWeek: 2
// firstDayOfWeek: 2
})
}