Skip to content
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

feat(config-provider): wave config #7036

Merged
merged 1 commit into from
Oct 23, 2023
Merged

Conversation

kovsu
Copy link
Member

@kovsu kovsu commented Oct 18, 2023

close: #6955

@kovsu kovsu changed the title feat(config-provider ): wave config feat(config-provider): wave config Oct 18, 2023
@tangjinzhou tangjinzhou merged commit 6c39bec into vueComponent:main Oct 23, 2023
@kovsu kovsu deleted the feat-#6995 branch October 23, 2023 06:30
@andyesfly
Copy link

用这个配置来关闭button的水波纹为什么不生效呢

<a-config-provider :wave="false">
            <a-button id="deleteQuery" @click="buttonClick">删除查询</a-button>
          </a-config-provider>

@kovsu
Copy link
Member Author

kovsu commented Apr 2, 2024

@andyesfly 没记错应该是

<a-config-provider :wave="{ disabled: false }">
    <a-button id="deleteQuery" @click="buttonClick">删除查询</a-button>
  </a-config-provider>

@andyesfly
Copy link

@andyesfly 没记错应该是

<a-config-provider :wave="{ disabled: false }">
    <a-button id="deleteQuery" @click="buttonClick">删除查询</a-button>
  </a-config-provider>

感谢恢复,试了也没有效果,不知道是哪里配置错了,版本已经更新到4.1.2

@kovsu
Copy link
Member Author

kovsu commented Apr 2, 2024

@andyesfly 我本地是可以的

2024-04-02.13.33.00.mov

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

Successfully merging this pull request may close these issues.

如何关闭按钮水波纹
3 participants