import TreeSelect, { TreeSelectNode } from "ant-design-vue/es/tree-select/index"; TreeSelect.name = 'JTreeSelect'; TreeSelect.install = function (app) { app.component(TreeSelect.name, TreeSelect); app.component('JTreeSelectNode', TreeSelectNode); return app; }; export default TreeSelect; export { TreeSelectNode };