restore v-calendar

This commit is contained in:
les
2020-12-03 01:05:26 +01:00
parent 1802f5d08f
commit 0cca250d1a
2 changed files with 103 additions and 0 deletions

7
plugins/v-calendar.js Normal file
View File

@@ -0,0 +1,7 @@
// import Vue from 'vue'
// import VCalendar from 'v-calendar'
// export default () => {
// Vue.use(VCalendar, {
// firstDayOfWeek: 2
// })
// }