思唯

Results 4 issues of 思唯

https://github.com/casesandberg/react-color/blob/bc9a0e1dc5d11b06c511a8e02a95bd85c7129f4b/src/components/common/Saturation.js#L23 The lack of strict access to parent here leads to security errors Please fix it in time ![image](https://user-images.githubusercontent.com/47477669/103640188-84fa2800-4f8a-11eb-9f1b-a7f635a88f16.png)

### Environment macOS/chorme104/vue3.2.36 ### Reproduction link [https://run.iviewui.com/esci74gr](https://run.iviewui.com/esci74gr) ### Steps to reproduce 刷新进入、无法正确回显 ### What is expected? 正确回显 ### What is actually happening? 无法回显 --- vue2版本的iview正常、期望和vue2版本保持一致就好,项目升级了vue3,iview升级到了view-ui-plus 希望组件表现形式保持一致,项目使用场景较多

Environment Vue3 Reproduction link [https://www.iviewui.com/view-ui-plus/component/form/select](https://www.iviewui.com/view-ui-plus/component/form/select) [http://v4.iviewui.com/components/select](http://v4.iviewui.com/components/select) Steps to reproduce vue3中select组件开启filterable,选中一项后获取焦点重选只显示过滤后的信息。vue2则显示全部的item What is expected? vue3中select组件开启filterable,选中一项后获取焦点重选显示全部item信息。和vue2版本一致 What is actually happening? vue3中select组件开启filterable,选中一项后获取焦点重选只显示过滤后的信息。