fix: init size of app in demo
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user