refactor(client): refactor and performance improve of MkSpacer

This commit is contained in:
syuilo
2023-01-03 10:46:56 +09:00
parent 2184240ef1
commit 6c10588e77
4 changed files with 24 additions and 79 deletions

View File

@@ -40,7 +40,7 @@ import { MenuItem } from '@/types/menu';
provide('shouldHeaderThin', true);
provide('shouldOmitHeaderTitle', true);
provide('shouldSpacerMin', true);
provide('forceSpacerMin', true);
const props = withDefaults(defineProps<{
column: Column;