ParadeTo / vue-tree-list

🌲A vue component for tree structure

Home Page:http://paradeto.com/vue-tree-list/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature request: Change title of operation icons

severila opened this issue · comments

Instead of hard-coding add tree node

title="add tree node"
it would be nice if we could customize the text of the title.
Same for the other titles.

How can I Change the titles if I make and npm to install in a vue project?
Thanks in advance..

Update:
I did it just put<span title="Your text">your icon</span>it works.