Merge branch 'develop' into img-max

This commit is contained in:
tamaina 2023-04-04 01:45:14 +00:00
commit ac384b5a79
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ import { onMounted } from 'vue';
import { i18n } from '@/i18n';
const props = withDefaults(defineProps<{
maxHeight: number;
maxHeight?: number;
}>(), {
maxHeight: 200,
});