#### 树穿梭框
使用 Tree 组件作为自定义渲染列表。
#### Tree Transfer
Customize render list with Tree component.
```vue
  
    
      
         {
              onChecked(_, props, [...selectedKeys, ...targetKeys], itemSelect);
            }
          "
          @select="
            (_, props) => {
              onChecked(_, props, [...selectedKeys, ...targetKeys], itemSelect);
            }
          "
        />
      
    
   
```