fix: MFM component props type
This commit is contained in:
parent
ae071d66b7
commit
2505b58f99
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ const props = withDefaults(
|
|||
author?: any;
|
||||
customEmojis?: any;
|
||||
isNote?: boolean;
|
||||
advancedMfm: boolean;
|
||||
advancedMfm?: boolean;
|
||||
lang?: string;
|
||||
}>(),
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue