Cleaning Code, moving functions...
This commit is contained in:
10
src/views/offline/offline.ts
Normal file
10
src/views/offline/offline.ts
Normal 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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user