fix: init size of app in demo

This commit is contained in:
valere
2023-03-14 10:11:57 +01:00
parent f08f172fe2
commit a1e34267d7

View File

@@ -3,8 +3,8 @@ export default {
data: () => ({ data: () => ({
terminalContent: '', terminalContent: '',
subDomain: '', subDomain: '',
nextcloudClass: [], nextcloudClass: ['w-20', 'h-20'],
jellyfinClass: [], jellyfinClass: ['w-20', 'h-20'],
backbuttonClass: [], backbuttonClass: [],
subdomainClass: [], subdomainClass: [],
isDemonstrationEnded: false, isDemonstrationEnded: false,