This commit is contained in:
@@ -4,17 +4,21 @@ Put here all dragonroll windows
|
||||
|
||||
const defWindows = {
|
||||
login: {
|
||||
title: 'Login',
|
||||
title: 'windows.login',
|
||||
movable: false,
|
||||
component: () => import('~/components/windows/LoginWindow.vue'),
|
||||
},
|
||||
register: {
|
||||
title: 'Register',
|
||||
title: 'windows.register',
|
||||
movable: false,
|
||||
component: () => import('~/components/windows/RegisterWindow.vue'),
|
||||
},
|
||||
main_menu: {
|
||||
title: 'windows.main-menu',
|
||||
component: () => import('~/components/windows/MainMenuWindow.vue'),
|
||||
},
|
||||
example: {
|
||||
title: 'Example',
|
||||
title: 'windows.example',
|
||||
component: () => import('~/components/windows/ExampleWindow.vue'),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user