Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed 展开已选择项的所有父节点,并且居中显示,方便修改操作;搜索模式下展开已选项
@varlamov88 [Expand parent nodes of selected item. Scroll menu to selected item](riophae#310) 使用选项: scrollPositionOnCenter = true ``` <treeselect v-model="orgCode" :clearable="true" :scrollPositionOnCenter="true" :default-expand-level="0" /> ```
- Loading branch information