assign name to MkMfm component

This commit is contained in:
Hazelnoot 2025-04-02 22:13:46 -04:00
parent 662153dee7
commit 36ba07ae9b

View file

@ -61,7 +61,7 @@ type MfmEvents = {
};
// eslint-disable-next-line import/no-default-export
export default function (props: MfmProps, { emit }: { emit: SetupContext<MfmEvents>['emit'] }) {
export default function MkMfm(props: MfmProps, { emit }: { emit: SetupContext<MfmEvents>['emit'] }) {
// こうしたいところだけど functional component 内では provide は使えない
//provide('linkNavigationBehavior', props.linkNavigationBehavior);