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