Skip to content

Commit

Permalink
Merge pull request #41 from TigFE/master
Browse files Browse the repository at this point in the history
add d-tree component
  • Loading branch information
liyue2008 committed Oct 15, 2019
2 parents 2a2d242 + c283adf commit 288a90e
Show file tree
Hide file tree
Showing 7 changed files with 1,688 additions and 2 deletions.
7 changes: 5 additions & 2 deletions joyqueue-console/joyqueue-portal/src/components/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ import Spin from './spin'
import Notification from './notification'
import Tag from './tag'
import Tooltip from './tooltip'
import Tree from './tree'

const components = [
Row,
Expand Down Expand Up @@ -73,7 +74,8 @@ const components = [
Spin,
Notification,
Tag,
Tooltip
Tooltip,
Tree
]

const install = function (Vue, opts = {}) {
Expand Down Expand Up @@ -155,5 +157,6 @@ export default {
Switch,
Spin,
Notification,
Tag
Tag,
Tree
}
3 changes: 3 additions & 0 deletions joyqueue-console/joyqueue-portal/src/components/tree/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import Tree from './src/tree.vue'

export default Tree
Loading

0 comments on commit 288a90e

Please sign in to comment.