### 🐛 Bug description my project render by vue-cli ```js // this is not work <DeleteFilled onClickStop={() => remove(file, actions)} /> // this work fine <DeleteFilled onClick={() => remove(file, actions)}/> ``` <!-- Please describe the bug in detail above so that everyone can understand. --> ### 🏞 Desired result <!-- Please describe above what you expected to see. --> ### 🚑 Other information <!-- Please enter other information such as screenshots above. --> <!-- From: https://github.com/one-template/issue-template -->