chore: function components support named exports (#8314)
This commit is contained in:
@@ -104,3 +104,4 @@ Notify.install = (app: App) => {
|
||||
Notify.Component = withInstall<typeof VanNotify>(VanNotify);
|
||||
|
||||
export default Notify;
|
||||
export { Notify };
|
||||
|
||||
Reference in New Issue
Block a user