chore: function components support named exports (#8314)
This commit is contained in:
@@ -127,3 +127,5 @@ Dialog.install = (app: App) => {
|
||||
Dialog.Component = withInstall<typeof VanDialog>(VanDialog);
|
||||
|
||||
export default Dialog;
|
||||
export { Dialog };
|
||||
export type { DialogTheme, DialogMessageAlign };
|
||||
|
||||
Reference in New Issue
Block a user