fix(client): fix deck style

This commit is contained in:
syuilo
2022-07-17 05:12:43 +09:00
parent 77d4d6e377
commit da92988fb8
2 changed files with 1 additions and 2 deletions

View File

@@ -46,6 +46,7 @@ import { i18n } from '@/i18n';
provide('shouldHeaderThin', true);
provide('shouldOmitHeaderTitle', true);
provide('shouldSpacerMin', true);
const props = withDefaults(defineProps<{
column: Column;