Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Desmaisons committed Jun 3, 2017
1 parent adc012c commit 204e0ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ Vue component to display tree based on [D3.js](https://d3js.org/) layout.
## Usage

```html
<d3tree :data="tree" :node-text="name" layoutType="circular">
</d3tree>
<tree :data="tree" :node-text="name" layoutType="circular">
</tree>
```
```javascript
import {D3tree} from 'vued3tree'
import {tree} from 'vued3tree'

export default {
components: {
D3tree
tree
},
data() {
return {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vued3tree",
"version": "2.2.0",
"version": "3.0.0",
"description": "A Vue.js project",
"author": "desmaisons_david <[email protected]>",
"scripts": {
Expand Down

0 comments on commit 204e0ae

Please sign in to comment.