pm2 / cron worker to send reminder

This commit is contained in:
lesion
2019-03-10 01:01:23 +01:00
parent e41de7208c
commit 6ed639d94b
39 changed files with 264 additions and 105 deletions

View File

@@ -1,5 +1,7 @@
<template lang="pug">
v-calendar#calendar.card(
show-caps
:popover-expanded='true'
:attributes='attributes'
:from-page.sync='page'
is-expanded is-inline)
@@ -22,8 +24,8 @@ export default {
page: { month, year},
}
},
mounted () {
this.updateEvents(this.page)
async mounted () {
await this.updateEvents(this.page)
},
watch: {
page () {