"git@gitlab.pirati.cz:ramaseuski/nuxt-pages.git" did not exist on "7af9324a5e5831c1cc157c8d2e40540e43d0e6ef"
finish month/year calendars with current calendar form
parent
373fdb12
No related branches found
No related tags found
Showing
- package-lock.json 31 additions, 0 deletionspackage-lock.json
- package.json 1 addition, 0 deletionspackage.json
- source/css/style.pcss 3 additions, 0 deletionssource/css/style.pcss
- source/js/components/full-calendar/MonthCalendar.vue 29 additions, 20 deletionssource/js/components/full-calendar/MonthCalendar.vue
- source/js/components/full-calendar/YearCalendar.vue 24 additions, 20 deletionssource/js/components/full-calendar/YearCalendar.vue
- source/js/components/full-calendar/utils.js 65 additions, 0 deletionssource/js/components/full-calendar/utils.js
... | ... | @@ -17,6 +17,7 @@ |
"styleguidekit-assets-default": "^3.0.0", | ||
"styleguidekit-mustache-default": "^3.0.0", | ||
"tailwindcss-elevation": "^0.3.4", | ||
"tippy.js": "^6.3.7", | ||
"vue": "^2.7.14", | ||
"vue2-flip-countdown": "^0.10.0" | ||
}, | ||
... | ... |
source/js/components/full-calendar/utils.js
0 → 100644
Please register or sign in to comment