Skip to content

Commit

Permalink
fix(Dialog): fix import failure (#1473)
Browse files Browse the repository at this point in the history
  • Loading branch information
anlyyao authored Jun 26, 2024
1 parent dc22e12 commit 80950b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ export * from './toast';
export * from './config-provider';

// 兼容原使用方式(2.x 移除)
export { default as Dialog } from './dialog';
export { default as ActionSheet } from './action-sheet';
export { default as Message } from './message';
export { default as Toast } from './toast';

0 comments on commit 80950b5

Please sign in to comment.