-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Description
- I have searched the issues of this repository and believe that this is not a duplicate.
Version
1.3.10
Environment
chrome vue最新版
Reproduction link
Steps to reproduce
将a-select的options设置为
[{ label: "是", value: true }, { label: "否", value: false }]
What is expected?
不出现warning
What is actually happening?
有waring提示:
[VueTypes warn]: oneOfType - value type should be one of "String", "Number", "Array", "Object"