chore: function components support named exports (#8314)
This commit is contained in:
@@ -184,3 +184,5 @@ Toast.install = (app: App) => {
|
||||
};
|
||||
|
||||
export default Toast;
|
||||
export { Toast };
|
||||
export type { ToastType, ToastPosition };
|
||||
|
||||
Reference in New Issue
Block a user