-
-
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
1.7.3
Environment
chrome latest
Reproduction link
Steps to reproduce
1.Import antdv in my own package and use the Select in this package like above.
2.Publish this package to the company environment
3.Use this package in my project
4.The Select will not pop out
What is expected?
The Select pop-out
What is actually happening?
The Select options will not pop out
I have tried fully import or just import select, neither of them works. Then I tried another select package(https://vue-select.org/), it works.
(By the way, I use ant-design-vue in this project too.)