0
1
Fork 0

fix: replace lg by wxh

This commit is contained in:
Javier Segarra 2024-12-11 23:04:14 +01:00
parent f2a13b7b96
commit fb7da8a878
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ const props = defineProps({
zoomSize: {
type: String,
required: false,
default: 'lg'
default: '1600x900'
},
id: {
type: Number,