David-Desmaisons/Vue.D3.tree

undefined Behaviors

fernandops26 opened this issue · 1 comments

Hi David, I am trying to use behaviors but that is not possible importing from the library.

import { tree, popUpOnTextHover} from "vued3tree";

console.log(popUpOnTextHover) //undefined

I will answer to my self, in the documentation is wrong popUpOnTextHover, right way is popUpOnHoverText.