Skip to content

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

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open

refactor: tooltip #1678

wants to merge 1 commit into from

Conversation

ttju
Copy link
Collaborator

@ttju ttju commented Aug 19, 2023

No description provided.

@github-actions
Copy link

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:{
Copy link
Member

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);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

格式化看一下

} else {
return {}
}
})
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

格式化看一下,没有分号

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants