ant-design-vue/components/vc-tree-select/TreeSelect.tsx

7 lines
196 B
Vue
Raw Normal View History

2021-08-22 02:47:41 +00:00
import generate from './generate';
2021-08-20 13:39:59 +00:00
import OptionList from './OptionList';
const TreeSelect = generate({ prefixCls: 'vc-tree-select', optionList: OptionList as any });
export default TreeSelect;