-
Notifications
You must be signed in to change notification settings - Fork 287
refactor: tooltip #1678
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
base: dev
Are you sure you want to change the base?
refactor: tooltip #1678
Conversation
PR preview has been successfully built and deployed to https://vue-devui-pr-1678.surge.sh. |
@@ -70,6 +67,28 @@ export const flexibleOverlayProps = { | |||
type: Boolean, | |||
default: false, | |||
}, | |||
appendToBodyScrollStrategy:{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
格式化看一下
@@ -12,14 +12,15 @@ export const FlexibleOverlay = defineComponent({ | |||
setup(props: FlexibleOverlayProps, { slots, attrs, emit, expose }) { | |||
const ns = useNamespace('flexible-overlay'); | |||
const { clickEventBubble } = toRefs(props); | |||
const { arrowRef, overlayRef, updatePosition } = useOverlay(props, emit); | |||
const { arrowRef, overlayRef, styles,showOverlay, updatePosition } = useOverlay(props, emit); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
格式化看一下
} else { | ||
return {} | ||
} | ||
}) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
格式化看一下,没有分号
No description provided.