Skip to content

Commit

Permalink
fix: index中注册loadmore
Browse files Browse the repository at this point in the history
  • Loading branch information
tiantiancheng committed Feb 17, 2025
1 parent 568dc90 commit 393dae2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/amis-ui/src/components/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ import type CodeMirror from 'codemirror';
import OverflowTpl from './OverflowTpl';
import Signature from './Signature';
import VerificationCode from './VerificationCode';
import LoadMore from './LoadMore';

import Shape from './Shape';
import type {IShapeType} from './Shape';
Expand Down Expand Up @@ -288,5 +289,6 @@ export {
Shape,
IShapeType,
MobileDevTool,
DropdownContextMenus
DropdownContextMenus,
LoadMore
};

0 comments on commit 393dae2

Please sign in to comment.