Skip to content

Commit

Permalink
[update] Re-construct the TreeView component.
Browse files Browse the repository at this point in the history
  • Loading branch information
aleversn committed Jan 15, 2024
1 parent 7bfdfaf commit 58a6c04
Show file tree
Hide file tree
Showing 8 changed files with 886 additions and 580 deletions.
467 changes: 292 additions & 175 deletions examples/docs/zh/TreeView/README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/TreeView/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ TreeView.install = function(Vue){
Vue.component(TreeView.name,TreeView)
}

export default TreeView;
export default TreeView;
237 changes: 0 additions & 237 deletions packages/TreeView/src/components/item.vue

This file was deleted.

Loading

0 comments on commit 58a6c04

Please sign in to comment.