fix: MFM component props type

This commit is contained in:
Lhcfl 2024-04-04 15:07:36 +08:00
parent ae071d66b7
commit 2505b58f99
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ const props = withDefaults(
author?: any;
customEmojis?: any;
isNote?: boolean;
advancedMfm: boolean;
advancedMfm?: boolean;
lang?: string;
}>(),
{