Skip to content

Commit

Permalink
chore: cmt
Browse files Browse the repository at this point in the history
  • Loading branch information
HomyeeKing committed Mar 15, 2024
1 parent 1df7f2e commit 75d6d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/runtime/src/dynamic.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export type Loader<P = {}> = (() => LoaderComponent<P>) | LoaderComponent<P>;
export interface DynamicOptions {
/** @default true */
ssr?: boolean;
/** 用于组件获取前的占位 */
/** the fallback UI to render before the actual is loaded */
fallback?: () => ReactNode;
}

Expand Down

0 comments on commit 75d6d8a

Please sign in to comment.