fix(client): fix window default prop
This commit is contained in:
parent
a04e735d5d
commit
3632994024
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ const props = withDefaults(defineProps<{
|
||||||
canResize: false,
|
canResize: false,
|
||||||
closeButton: true,
|
closeButton: true,
|
||||||
mini: false,
|
mini: false,
|
||||||
front: true,
|
front: false,
|
||||||
contextmenu: null,
|
contextmenu: null,
|
||||||
buttonsLeft: () => [],
|
buttonsLeft: () => [],
|
||||||
buttonsRight: () => [],
|
buttonsRight: () => [],
|
||||||
|
|
Loading…
Reference in a new issue