other components... (2)
This commit is contained in:
14
src/views/offline/offline.ts
Executable file
14
src/views/offline/offline.ts
Executable file
@@ -0,0 +1,14 @@
|
||||
import { defineComponent } from 'vue'
|
||||
|
||||
export default defineComponent({
|
||||
name: 'Offline',
|
||||
setup() {
|
||||
function logoimg() {
|
||||
return 'º' + process.env.LOGO_REG
|
||||
}
|
||||
|
||||
return {
|
||||
logoimg,
|
||||
}
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user