Cleaning Code, moving functions...

This commit is contained in:
Paolo Arena
2019-03-22 15:32:32 +01:00
parent a2c1a90050
commit dd695a7ce5
56 changed files with 512 additions and 533 deletions

View File

@@ -0,0 +1,10 @@
import Vue from 'vue'
import { Component } from 'vue-property-decorator'
@Component({
})
export default class Offline extends Vue {
get logoimg() {
return '/statics/images/' + process.env.LOGO_REG
}
}