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: () => ({
terminalContent: '',
subDomain: '',
nextcloudClass: [],
jellyfinClass: [],
nextcloudClass: ['w-20', 'h-20'],
jellyfinClass: ['w-20', 'h-20'],
backbuttonClass: [],
subdomainClass: [],
isDemonstrationEnded: false,