-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tooltip cannot be displayed #5714
Labels
Comments
techbirds
added a commit
to techbirds/ant-design-vue
that referenced
this issue
Jun 16, 2022
…the upload component because attrs were not transparently transmitted could not take effect. At the same time run the unit tests that passed upload and the two snapshot updates. vueComponent#5714
13 tasks
you can use like <template>
<a-tooltip>
<template #title>prompt text</template>
<div>
<a-upload>
<a-button> Click to Upload </a-button>
</a-upload>
</div>
</a-tooltip>
</template> |
thanks |
techbirds
added a commit
to techbirds/ant-design-vue
that referenced
this issue
Jun 18, 2022
…cause the attrs were not transparently transmitted, and eliminated the impact of the style being transparently transmitted again. Thanks @tangjinzhou for the reminder. Runs all unit tests that pass. vueComponent#5714
13 tasks
tangjinzhou
pushed a commit
that referenced
this issue
Jun 18, 2022
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Version
3.2.6
Environment
macos: 10.15; chrome: 102; vue: 3.2.36
Reproduction link
Steps to reproduce
Tooltip cannot be displayed when the Upload component is
default slot
What is expected?
Tooltip can be displayed
What is actually happening?
Tooltip cannot be displayed
View the source code and find that
rcUploadProps
in theUpload.tsx
file does not receiveattrs
, I hope it can helpThe text was updated successfully, but these errors were encountered: