diff --git a/components/vc-select/index.js b/components/vc-select/index.js index 17ad5872a..9dc2b2b39 100644 --- a/components/vc-select/index.js +++ b/components/vc-select/index.js @@ -1,4 +1,4 @@ -// based on vc-select 8.4.4 +// based on vc-select 8.6.9 import ProxySelect, { Select } from './Select' import Option from './Option' import { SelectPropTypes } from './PropTypes'