We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
align
这功能主要解决Popover组件弹出位置默认计算后位置不满意可以手动进行调整,以达到满意的效果。因Antd react版已有此API,希望VUE版能尽快更新
API相关文档 API参数来自源码转成Vue写法
export default { props: { align: { points: [String, String], offset: [Number|String, Number|String], targetOffset: [Number|String, Number|String], overflow: { adjustX: Boolean, adjustY: Boolean, }, useCssRight: Boolean, useCssBottom: Boolean, useCssTransform: Boolean, } } }
The text was updated successfully, but these errors were encountered:
feat: tooltip add align #252
34c880f
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.
Sorry, something went wrong.
No branches or pull requests
What problem does this feature solve?
这功能主要解决Popover组件弹出位置默认计算后位置不满意可以手动进行调整,以达到满意的效果。因Antd react版已有此API,希望VUE版能尽快更新
What does the proposed API look like?
Popover气泡卡片弹出卡片的位置配置
API相关文档
API参数来自源码转成Vue写法
The text was updated successfully, but these errors were encountered: