Skip to content

Commit 5ec5c6b

Browse files
authored
Merge pull request #7 from artdong/0.2.4
0.2.4
2 parents b6a275a + 7d45fa5 commit 5ec5c6b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-org-tree",
3-
"version": "0.2.2",
3+
"version": "0.2.4",
44
"description": "a simple organization tree component based on react",
55
"main": "dist/bundle.js",
66
"files": [

src/org_tree.jsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ import classnames from 'classnames';
44

55
import TreeNode from './org_tree';
66

7+
import './org_tree.less';
8+
79
//组件
810
class OrgTree extends Component {
911
constructor(props) {

0 commit comments

Comments
 (0)