Add events to service detail page

This commit is contained in:
TwinProduction
2021-01-28 22:44:31 -05:00
parent 119b80edc0
commit fbb5d48bf7
9 changed files with 166 additions and 32 deletions

4
web/app/vue.config.js Normal file
View File

@ -0,0 +1,4 @@
module.exports = {
filenameHashing: false,
productionSourceMap: false
}