restore v-calendar

This commit is contained in:
les
2020-12-04 17:29:55 +01:00
parent 1802f5d08f
commit 0cca250d1a
2 changed files with 103 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
// import Vue from 'vue'
// import VCalendar from 'v-calendar'
// export default () => {
// Vue.use(VCalendar, {
// firstDayOfWeek: 2
// })
// }