不可
Results
2
issues of
不可
### Component Select ### Reproduction link [https://github.com/alibaba-fusion/next/blob/master/types/select/index.d.ts](https://github.com/alibaba-fusion/next/blob/master/types/select/index.d.ts) ### Steps to reproduce Select props state 可选值:为Enum 'error', 'loading', 'success', 'warning' 但是在select类型定义仅为state?: 'error' | 'loading'; https://github.com/alibaba-fusion/next/blob/master/types/select/index.d.ts
Can vue2 be used?