-
-
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
2.2.2
Environment
Vue Version: 3.1.4
Reproduction link
https://github.com/CNMathon/antdv-issue
Steps to reproduce
I write business code and call the relevant methods.
What is expected?
No warnings are displayed and ATable is displayed properly in AModal when I call "Modal.confirm".
What is actually happening?
It reports a warning like the following:
[Vue warn]: resolveComponent can only be used in render() or setup().
[Vue warn]: withDirectives can only be used inside render functions.