-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Labels
Description
- I have searched the issues of this repository and believe that this is not a duplicate.
Version
undefined
Environment
Vue version 3.3.4 "ant-design-vue": "4.0.7",
Reproduction link
https://www.antdv.com/components/button-cn
Steps to reproduce
a-button点击后报错
What is actually happening?
Loading
点击后报错
useConfigInject.js:64 Uncaught TypeError: Cannot read properties of undefined (reading 'value')
at ReactiveEffect.fn (useConfigInject.js:64:83)
at ReactiveEffect.run (reactivity.esm-bundler.js:178:19)
at get value [as value] (reactivity.esm-bundler.js:1135:33)
at showWave (useWave.js:7:21)
at HTMLButtonElement.onClick (index.js:51:13)