start with recurrent events

This commit is contained in:
lesion
2019-07-11 23:31:37 +02:00
parent 2b658bb96b
commit c929c314a9
11 changed files with 316 additions and 120 deletions

View File

@@ -73,7 +73,9 @@ export default {
}
},
methods: {
// TODO
copy (msg) {
this.$copyText(msg).then(e => console.error('ok ', e)).catch(e => console.error('err ',e))
},
async add_notification () {
if (!this.notification.email){
Message({message:'Inserisci una mail', showClose: true, type: 'error'})