remove v-calendar deps and makes Home a page not a component

This commit is contained in:
les
2020-11-13 00:12:05 +01:00
parent 43ba760bb8
commit ba8b7028c7
6 changed files with 146 additions and 277 deletions

View File

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