-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
it can same event call ? '@node:selected' #116
Comments
Hi. Please check: https://jsfiddle.net/gjmou9fa/ |
Thanks for the answer!!! But ..[ https://jsfiddle.net/gjmou9fa/ ] Not resolvedcurrent
but what I want
I need click event Is it impossible? And thanks for the quick answer. |
I've added a new event: |
Wow!! thanks !! if you are not uncomfortable.. |
Yeah, sure :) |
hello !
this is good library!
I'm not very good at English ! Please acknowledge.
ex)
<tree
...
@node:seleted="getSeletedData"
/>
data(){
return{
isNodeClicker:0;
}
},
method:{
getSeletedData(node){
++this.isNodeClicker ;
},
}
This does not apply when it choose the same thing.
The text was updated successfully, but these errors were encountered: