parent
8f77208806
commit
685460591d
|
@ -286,7 +286,8 @@ export default defineComponent({
|
|||
syncLoadData();
|
||||
});
|
||||
onUpdated(() => {
|
||||
//syncLoadData();
|
||||
// https://github.com/vueComponent/ant-design-vue/issues/4835
|
||||
syncLoadData();
|
||||
});
|
||||
|
||||
// Switcher
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
// base rc-tree 5.0.1
|
||||
import type { TreeProps, TreeNodeProps } from './props';
|
||||
import Tree from './Tree';
|
||||
import TreeNode from './TreeNode';
|
||||
|
|
Loading…
Reference in New Issue