Skip to content

Commit

Permalink
fix(FloatButton): type error (vueComponent#7632)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron-zon authored Jun 6, 2024
1 parent b82d8dd commit 5c7aaf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/float-button/interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const floatButtonProps = () => {
shape: stringType<FloatButtonShape>('circle'),
tooltip: PropTypes.any,
href: String,
target: stringType<'_self' | '_blank' | '_parent' | '_top'>(),
target: String,
badge: objectType<FloatButtonBadgeProps>(),
onClick: functionType<MouseEventHandler>(),
};
Expand Down

0 comments on commit 5c7aaf0

Please sign in to comment.