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
2.2.8
vue 3.2
ant-design-vue/components/anchor/Anchor.tsx
Line 241 in 51874d9
<a-anchor :affix="false" ></a-anchor> ---to--- <div class="ant-anchor fixed"></div>
<div class="ant-anchor ant-fixed"></div>
与tailwind冲突,能否增加前缀?如 ant-fixed
The text was updated successfully, but these errors were encountered:
classNames(pre, { fixed: !affix && !showInkInFixed, })
看到有加前缀了,那应该是bug了
Sorry, something went wrong.
看了一下ant design,应该是没前缀
看到 ant design 居然一样,好像也没生效不知道干啥的
96299c5
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.
No branches or pull requests
Version
2.2.8
Environment
vue 3.2
Reproduction link
ant-design-vue/components/anchor/Anchor.tsx
Line 241 in 51874d9
Steps to reproduce
What is expected?
What is actually happening?
与tailwind冲突,能否增加前缀?如 ant-fixed
The text was updated successfully, but these errors were encountered: