Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Desmaisons authored Oct 24, 2019
1 parent 1f22076 commit 7c5ca96
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,23 +187,23 @@ export default {
```


To display pop-up on hover, use the built-in `PopUpOnTextHover`:
To display pop-up on hover, use the built-in `popUpOnHoverText`:

```HTML
<tree>
<template #behavior="{on, actions}">
<popUpOnTextHover v-bind="{on, actions}"/>
<popUpOnHoverText v-bind="{on, actions}"/>
</template>
</tree>
```

```javascript
import {tree, popUpOnTextHover} from 'vued3tree'
import {tree, popUpOnHoverText} from 'vued3tree'

export default {
components: {
tree,
popUpOnTextHover
popUpOnHoverText
},
//...
```
Expand Down

0 comments on commit 7c5ca96

Please sign in to comment.