- desktop navigation

- invoice vuex module
This commit is contained in:
Peter Papp
2021-04-21 07:56:15 +02:00
parent 597a600109
commit 8707a61144
8 changed files with 163 additions and 39 deletions

View File

@@ -112,7 +112,7 @@
this.$store.dispatch('deleteInvoice')
},
shareInvoice() {
alert('Share Invoice')
alert('Send Invoice')
},
},
}